Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ class BasicAgent:
|
|
97 |
def __init__(self):
|
98 |
|
99 |
self.think_model = OpenAIServerModel(
|
100 |
-
model_id="
|
101 |
api_base="https://api.siliconflow.cn/v1/",
|
102 |
api_key=os.getenv('MODEL_TOKEN'),
|
103 |
)
|
|
|
97 |
def __init__(self):
|
98 |
|
99 |
self.think_model = OpenAIServerModel(
|
100 |
+
model_id="Qwen/QwQ-32B",
|
101 |
api_base="https://api.siliconflow.cn/v1/",
|
102 |
api_key=os.getenv('MODEL_TOKEN'),
|
103 |
)
|