diff options
| author | Martin Bielik <martin.bielik@instea.sk> | 2024-12-15 10:46:21 +0100 |
|---|---|---|
| committer | Martin Bielik <martin.bielik@instea.sk> | 2024-12-15 10:58:00 +0100 |
| commit | 6bf889156f2ca8cecdc14ff8a882e4ed043d152e (patch) | |
| tree | 4d53b664dc1fd186937824120394cadb90b680e7 /tests/resources/roles.ini | |
| parent | 6554bf7c3c5ff16a4727260a8406f7a989a56598 (diff) | |
| download | vim-ai-6bf889156f2ca8cecdc14ff8a882e4ed043d152e.tar.gz | |
unified config parsing + tests
Diffstat (limited to 'tests/resources/roles.ini')
| -rw-r--r-- | tests/resources/roles.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/resources/roles.ini b/tests/resources/roles.ini new file mode 100644 index 0000000..c77d272 --- /dev/null +++ b/tests/resources/roles.ini @@ -0,0 +1,16 @@ +[test-role-simple] +prompt = simple role prompt +[test-role-simple.options] +model = o1-preview + +[test-role] +[test-role.options] +model = model-common +[test-role.options-chat] +endpoint_url = https://localhost/chat +[test-role.options-complete] +endpoint_url = https://localhost/complete +[test-role.ui] +paste_mode = 0 +[test-role.ui-chat] +open_chat_command = preset_tab |