Made the frontend more flexible to also support other models than just Koala
This commit is contained in:
parent
c3fda61b21
commit
7590c31f89
3 changed files with 4 additions and 4 deletions
|
@ -3,5 +3,5 @@
|
|||
"conversation_prefix": "BEGINNING OF CONVERSATION: ",
|
||||
"user_keyword": "USER:",
|
||||
"assistant_keyword": "GPT:",
|
||||
"stop_sequence": "</s>"
|
||||
"stop_sequences": ["</s>"]
|
||||
}
|
Reference in a new issue