mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Fix wrong space in Systemprompt
Signed-off-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com>
This commit is contained in:
parent
666de6b411
commit
c2cbe9ef7c
@ -61,7 +61,7 @@
|
||||
"description": "<strong>Bilingual model (English & Chinese) with 16k context</strong><br><ul><li>Supports English and Chinese language</li><li>Supports context length of up to 16384</li><li>Fast responses</li><li>Model for chatting</li><li>Accepts system prompts in ChatML format</li><li>Trained by 01.AI</li><li>Finetuned by 01.AI</li><li>License: <a href=\"https://www.apache.org/licenses/LICENSE-2.0.html/\">Apache 2.0</a></li></ul>",
|
||||
"url": "https://huggingface.co/GPT4All-Community/Yi-1.5-9B-Chat-16K-GGUF/resolve/main/Yi-1.5-9B-Chat-16K-Q4_0.gguf",
|
||||
"promptTemplate": "<|im_start|>user\n%1<|im_end|>\n<|im_start|>assistant\n%2<|im_end|>\n",
|
||||
"systemPrompt": "<|im_start|>system\n Below is an instruction that describes a task. Write a response that appropriately completes the request.<|im_end|>\n"
|
||||
"systemPrompt": "<|im_start|>system\nBelow is an instruction that describes a task. Write a response that appropriately completes the request.<|im_end|>\n"
|
||||
},
|
||||
{
|
||||
"order": "e",
|
||||
|
Loading…
Reference in New Issue
Block a user