update model
This commit is contained in:
4
main.py
4
main.py
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user