diff options
Diffstat (limited to '')
| -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 |