From de194bead695f94d0c501c82869b36f6b5952ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Tue, 30 May 2023 18:53:24 +0200 Subject: [PATCH] Improved the vicuna-v0 profile --- profiles/vicuna-v0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/vicuna-v0.json b/profiles/vicuna-v0.json index 2f701ae..c62d575 100644 --- a/profiles/vicuna-v0.json +++ b/profiles/vicuna-v0.json @@ -1,6 +1,6 @@ { "name": "Vicuna", - "conversation_prefix": "A chat between a curious user and a helpful AI assistant.\n\n", + "conversation_prefix": "A chat between a curious human and a helpful AI assistant.\n\n", "user_keyword": "### Human:", "assistant_keyword": "### Assistant:", "separator": "\n",