update model

This commit is contained in:
2026-02-28 21:53:09 -05:00
parent 55b039a905
commit e0e00353a8

View File

@@ -39,7 +39,7 @@ async def computa(ctx, *, message: str):
# Prepare the request payload # Prepare the request payload
payload = { payload = {
"model": "dolphin-mistral-24b-venice", # or "gpt-3.5-turbo-instruct" for newer models "model": "qwen3-vl-30b-a3b-instruct", # or "gpt-3.5-turbo-instruct" for newer models
"messages": [ "messages": [
{ {
"role": "system", "role": "system",
@@ -67,7 +67,7 @@ async def copilot(ctx, *, message: str):
# Prepare the request payload # Prepare the request payload
payload = { payload = {
"model": "dolphin-mistral-24b-venice", # or "gpt-3.5-turbo-instruct" for newer models "model": "qwen3-vl-30b-a3b-instruct", # or "gpt-3.5-turbo-instruct" for newer models
"messages": [ "messages": [
{ {
"role": "system", "role": "system",