mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 12:45:45 +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,
|
||||
sep_style=SeparatorStyle.THREE(),
|
||||
sep_style=SeparatorStyle.THREE,
|
||||
sep=" ",
|
||||
sep2="</s>",
|
||||
)
|
||||
@ -238,7 +238,7 @@ auto_dbgpt_without_shot = Conversation(
|
||||
roles=("USER", "ASSISTANT"),
|
||||
messages=(),
|
||||
offset=0,
|
||||
sep_style=SeparatorStyle.FOUR(),
|
||||
sep_style=SeparatorStyle.FOUR,
|
||||
sep=" ",
|
||||
sep2="</s>",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user