mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-17 07:47: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(
|
||||
Conversation(
|
||||
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"),
|
||||
messages=(),
|
||||
offset=0,
|
||||
|
Loading…
Reference in New Issue
Block a user