diff --git a/app/bot.py b/app/bot.py index f6d251ab..0565913a 100755 --- a/app/bot.py +++ b/app/bot.py @@ -175,7 +175,8 @@ async def on_message(ctx): "role": "user", }, ], - "model": "openchat-3.5-7b", + "model": "mistral-7b", + # "model": "openchat-3.5-7b", "stream": False, "max_tokens": 4096, "stop": ["hello"],