Update app.py
Browse files
app.py
CHANGED
|
@@ -19,9 +19,9 @@ import re
|
|
| 19 |
|
| 20 |
class BasicAgent:
|
| 21 |
def __init__(self):
|
| 22 |
-
print("BasicAgent initialized with
|
| 23 |
self.client = InferenceClient(
|
| 24 |
-
model="
|
| 25 |
token=os.getenv("HF_TOKEN")
|
| 26 |
)
|
| 27 |
|
|
|
|
| 19 |
|
| 20 |
class BasicAgent:
|
| 21 |
def __init__(self):
|
| 22 |
+
print("BasicAgent initialized with Qwen/Qwen3-Next-80B-A3B-Instruct")
|
| 23 |
self.client = InferenceClient(
|
| 24 |
+
model="Qwen/Qwen3-Next-80B-A3B-Instruct",
|
| 25 |
token=os.getenv("HF_TOKEN")
|
| 26 |
)
|
| 27 |
|