Use chat_instruct_command in API (#3482)
This commit is contained in:
parent
3d48933f27
commit
2cf64474f2
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ def run(user_input, history):
|
|||
'_continue': False,
|
||||
'stop_at_newline': False,
|
||||
'chat_generation_attempts': 1,
|
||||
'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
|
||||
'chat_instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
|
||||
|
||||
# Generation params. If 'preset' is set to different than 'None', the values
|
||||
# in presets/preset-name.yaml are used instead of the individual numbers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue