diff options
Diffstat (limited to 'tests/resources/roles.ini')
| -rw-r--r-- | tests/resources/roles.ini | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/resources/roles.ini b/tests/resources/roles.ini index 450df1d..b677462 100644 --- a/tests/resources/roles.ini +++ b/tests/resources/roles.ini @@ -1,22 +1,22 @@ [test-role-simple] prompt = simple role prompt -config.options.model = o1-preview +options.model = o1-preview [test-role] -config.options.model = model-common -config.ui.paste_mode = 0 +options.model = model-common +ui.paste_mode = 0 [test-role.chat] -config.options.endpoint_url = https://localhost/chat -config.ui.open_chat_command = preset_tab +options.endpoint_url = https://localhost/chat +ui.open_chat_command = preset_tab [test-role.complete] -config.engine = complete -config.options.endpoint_url = https://localhost/complete +engine = complete +options.endpoint_url = https://localhost/complete [test-role.edit] -config.engine = complete -config.options.endpoint_url = https://localhost/edit +engine = complete +options.endpoint_url = https://localhost/edit [chat-only-role.chat] -config.options.open_chat_command = preset_tab +options.open_chat_command = preset_tab [deprecated-test-role-simple] prompt = simple role prompt |