mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-25 19:44:59 +00:00
fix: Fix alpaca prompt error (#464)
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user