Redesigned the chat history, renamed the profile names of vicuna-v0 and vicuna-v1.1 and updated the screnshot
This commit is contained in:
parent
f4abe93735
commit
2a2241ce08
4 changed files with 27 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Vicuna",
|
||||
"name": "Vicuna v0",
|
||||
"conversation_prefix": "A chat between a curious human and a helpful AI assistant.\n\n",
|
||||
"user_keyword": "### Human:",
|
||||
"assistant_keyword": "### Assistant:",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Vicuna",
|
||||
"name": "Vicuna v1.1",
|
||||
"conversation_prefix": "A chat between a curious user and a helpful AI assistant.\n\n",
|
||||
"user_keyword": "USER:",
|
||||
"assistant_keyword": "ASSISTANT:",
|
||||
|
|
Reference in a new issue