You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llm_config.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
WORD_LIMIT: 200# max number of words the model is encoraged to generate. not a hard limit
2
2
SHORT_WORD_LIMIT: 25# max number of words when asked to write something short. not a hard limit
3
-
BACKEND: "llama_cpp"# valid options: "openai", "llama_cpp", "kobold_cpp". if using ooba, use and modify openai template
3
+
BACKEND: "kobold_cpp"# valid options: "openai", "llama_cpp", "kobold_cpp". if using ooba, use and modify openai template
4
4
MEMORY_SIZE: 512
5
5
UNLIMITED_REACTS: False
6
6
DIALOGUE_TEMPLATE: '{{"response":"may be both dialogue and action.", "sentiment":"sentiment based on response", "give":"if any physical item of {character2}s is given as part of the dialogue. Or nothing."}}'
0 commit comments