Made the frontend more flexible to also support other models than just Koala

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-18 15:34:34 +02:00
parent 02a142012b
commit c3fda61b21
4 changed files with 71 additions and 48 deletions

7
profiles/koala.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "Koala",
"conversation_prefix": "BEGINNING OF CONVERSATION: ",
"user_keyword": "USER:",
"assistant_keyword": "GPT:",
"stop_sequence": "</s>"
}