mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Llama 3 Instruct fix stop sequence
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
"output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
"output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
||||||
"last_output_sequence": "",
|
"last_output_sequence": "",
|
||||||
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
||||||
"stop_sequence": "<|end_of_text|>",
|
"stop_sequence": "<|eot_id|>",
|
||||||
"wrap": false,
|
"wrap": false,
|
||||||
"macro": true,
|
"macro": true,
|
||||||
"names": true,
|
"names": true,
|
||||||
|
Reference in New Issue
Block a user