parent
6de727c524
commit
2b7ba9586f
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class Handler(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
role_formats = {
|
role_formats = {
|
||||||
'user': 'user: {message}\n',
|
'user': 'user: {message}\n',
|
||||||
'bot': 'assistant: {message}\n',
|
'assistant': 'assistant: {message}\n',
|
||||||
'system': '{message}',
|
'system': '{message}',
|
||||||
'context': 'You are a helpful assistant. Answer as concisely as possible.',
|
'context': 'You are a helpful assistant. Answer as concisely as possible.',
|
||||||
'prompt': 'assistant:',
|
'prompt': 'assistant:',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue