summaryrefslogtreecommitdiff
path: root/tests/resources/roles.ini
blob: 560e06d823716e3851c1d6c8fa48a57185580f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[default]
options.token_file_path = /custom/path/ai.token

[test-role-simple]
prompt = simple role prompt
options.model = o1-preview

[test-role]
options.model = model-common
ui.paste_mode = 0
[test-role.chat]
options.endpoint_url = https://localhost/chat
ui.open_chat_command = preset_tab
[test-role.complete]
engine = complete
options.endpoint_url = https://localhost/complete
[test-role.edit]
engine = complete
options.endpoint_url = https://localhost/edit

[chat-only-role.chat]
options.open_chat_command = preset_tab

[hd-image.image]
options.quality = hd

[deprecated-test-role-simple]
prompt = simple role prompt
[deprecated-test-role-simple.options]
model = o1-preview

[deprecated-test-role]
[deprecated-test-role.options]
model = model-common
[deprecated-test-role.options-chat]
endpoint_url = https://localhost/chat
[deprecated-test-role.options-complete]
endpoint_url = https://localhost/complete
[deprecated-test-role.options-edit]
endpoint_url = https://localhost/edit
[deprecated-test-role.ui]
paste_mode = 0
[deprecated-test-role.ui-chat]
open_chat_command = preset_tab