Made the frontend more flexible to also support other models than just Koala
This commit is contained in:
parent
02a142012b
commit
c3fda61b21
4 changed files with 71 additions and 48 deletions
7
profiles/koala.json
Normal file
7
profiles/koala.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "Koala",
|
||||
"conversation_prefix": "BEGINNING OF CONVERSATION: ",
|
||||
"user_keyword": "USER:",
|
||||
"assistant_keyword": "GPT:",
|
||||
"stop_sequence": "</s>"
|
||||
}
|
Reference in a new issue