Allow passing your name to the chat API
This commit is contained in:
parent
fb6a00f4e5
commit
74aae34beb
3 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,7 @@ def run(user_input, history):
|
|||
'mode': 'instruct', # Valid options: 'chat', 'chat-instruct', 'instruct'
|
||||
'character': 'Example',
|
||||
'instruction_template': 'Vicuna-v1.1',
|
||||
'your_name': 'You',
|
||||
|
||||
'regenerate': False,
|
||||
'_continue': False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue