improved mpy compat
This commit is contained in:
+2
-2
@@ -87,6 +87,6 @@ chat.command('model', set_model)
|
||||
chat.command('modellist', list_models)
|
||||
chat.command('provlist', list_providers)
|
||||
chat.command('help', display_help)
|
||||
chat.command('exit', lambda m,s: ('Exiting', None))
|
||||
chat.command('quit', lambda m,s: ('Exiting', None))
|
||||
chat.command('exit', lambda m,s: ('Exiting...', None))
|
||||
chat.command('quit', lambda m,s: ('Exiting...', None))
|
||||
chat.start()
|
||||
|
||||
Reference in New Issue
Block a user