-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathllm_config.json
22 lines (22 loc) · 1.07 KB
/
llm_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"name": "llama",
"model_name": "llama3.1",
"system_prompt": "Edit this scientific text for grammar, spelling, and clarity. Return only the edited text. Do not remove citations in square brackets. Do not add whitespaces. Only perform minimal changes. Output should be the edited text alone, without any additional comments or feedback"
},
{
"name": "karen",
"model_name": "airat/karen-the-editor-v2-strict",
"system_prompt": "Edit the following for spelling and grammar mistakes: "
},
{
"name": "creative_karen",
"model_name": "airat/karen-the-editor-v2-creative",
"system_prompt": "Edit the following for spelling and grammar mistakes: "
},
{
"name": "llama_spelling",
"model_name": "llama3.1",
"system_prompt": "You are a scientific text editor. You do not comment, but only correct spelling errors. Return only the edited text. Do not change anything but spelling mistakes. Output should be the edited text alone, without any additional comments or feedback."
}
]