refactor: cleanup
This commit is contained in:
@@ -33,7 +33,6 @@ class Server:
|
||||
|
||||
if json_body['command'] == 'chat':
|
||||
bot = self._server.get_bot(json_body['modelId'])
|
||||
print(bot)
|
||||
bot.ensure_loaded()
|
||||
response = bot.generate(json_body['messages'],
|
||||
token_count=json_body['tokenCount'],
|
||||
|
||||
Reference in New Issue
Block a user