From 6bf889156f2ca8cecdc14ff8a882e4ed043d152e Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sun, 15 Dec 2024 10:46:21 +0100 Subject: unified config parsing + tests --- tests/resources/roles.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/resources/roles.ini (limited to 'tests/resources') 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 -- cgit v1.2.3