mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-31 15:47:05 +00:00
fix and update
This commit is contained in:
parent
5d381bf6a8
commit
9b813a801a
@ -227,7 +227,7 @@ auto_dbgpt_one_shot = Conversation(
|
|||||||
)
|
)
|
||||||
),
|
),
|
||||||
offset=0,
|
offset=0,
|
||||||
sep_style=SeparatorStyle.THREE(),
|
sep_style=SeparatorStyle.THREE,
|
||||||
sep=" ",
|
sep=" ",
|
||||||
sep2="</s>",
|
sep2="</s>",
|
||||||
)
|
)
|
||||||
@ -238,7 +238,7 @@ auto_dbgpt_without_shot = Conversation(
|
|||||||
roles=("USER", "ASSISTANT"),
|
roles=("USER", "ASSISTANT"),
|
||||||
messages=(),
|
messages=(),
|
||||||
offset=0,
|
offset=0,
|
||||||
sep_style=SeparatorStyle.FOUR(),
|
sep_style=SeparatorStyle.FOUR,
|
||||||
sep=" ",
|
sep=" ",
|
||||||
sep2="</s>",
|
sep2="</s>",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user