Allow passing your name to the chat API

This commit is contained in:
oobabooga 2023-05-23 18:41:58 -03:00
parent fb6a00f4e5
commit 74aae34beb
3 changed files with 3 additions and 1 deletions

View file

@ -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,