fixed gemma system prompt

This commit is contained in:
Concedo
2025-04-02 13:58:51 +08:00
parent fbf5c04c3c
commit 669311365c
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -38,6 +38,8 @@
"search": ["System role not supported", "<start_of_turn>"],
"name": "Google Gemma 2.",
"adapter": {
"system_start": "<start_of_turn>user\n",
"system_end": "<end_of_turn>\n",
"user_start": "<start_of_turn>user\n",
"user_end": "<end_of_turn>\n",
"assistant_start": "<start_of_turn>model\n",
@@ -47,6 +49,8 @@
"search": ["<start_of_image>", "<start_of_turn>", "<end_of_turn>"],
"name": "Google Gemma 3.",
"adapter": {
"system_start": "<start_of_turn>user\n",
"system_end": "<end_of_turn>\n",
"user_start": "<start_of_turn>user\n",
"user_end": "<end_of_turn>\n",
"assistant_start": "<start_of_turn>model\n",
+1 -1
View File
@@ -1,5 +1,5 @@
{
"system_start": "<start_of_turn>system\n",
"system_start": "<start_of_turn>user\n",
"system_end": "<end_of_turn>\n",
"user_start": "<start_of_turn>user\n",
"user_end": "<end_of_turn>\n",