Change gpt model
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke R 2024-04-10 07:35:20 -07:00
parent f03e73edb9
commit d980981e2f

View File

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