From e0e00353a8b69dbcd9633f6557380c227a0b4377 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 28 Feb 2026 21:53:09 -0500 Subject: [PATCH] update model --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 5b20bd2..918d48d 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ async def computa(ctx, *, message: str): # Prepare the request 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": [ { "role": "system", @@ -67,7 +67,7 @@ async def copilot(ctx, *, message: str): # Prepare the request 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": [ { "role": "system",