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