Skip to content

Commit 581be66

Browse files
committed
revert back end
1 parent f3c762f commit 581be66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
WORD_LIMIT: 200 # max number of words the model is encoraged to generate. not a hard limit
22
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
44
MEMORY_SIZE: 512
55
UNLIMITED_REACTS: False
66
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

Comments
 (0)