mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-17 15:58:25 +00:00
fix: Fix alpaca prompt error
This commit is contained in:
parent
75c0bc8877
commit
efd17593ce
@ -339,7 +339,7 @@ register_conv_template(
|
|||||||
register_conv_template(
|
register_conv_template(
|
||||||
Conversation(
|
Conversation(
|
||||||
name="alpaca",
|
name="alpaca",
|
||||||
system_message="Below is an instruction that describes a task. Write a response that appropriately completes the request.",
|
system="Below is an instruction that describes a task. Write a response that appropriately completes the request.",
|
||||||
roles=("### Instruction", "### Response"),
|
roles=("### Instruction", "### Response"),
|
||||||
messages=(),
|
messages=(),
|
||||||
offset=0,
|
offset=0,
|
||||||
|
Loading…
Reference in New Issue
Block a user