ComfyUI/comfy/language/generation_configs/vicuna.json
2024-08-27 12:58:40 -07:00

6 lines
282 B
JSON

{
"chat_template": "chat_templates/vicuna.jinja",
"stop_str": null,
"stop_token_ids": [2],
"system_prompt": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions."
}