Update app.py
Browse files
app.py
CHANGED
@@ -108,12 +108,12 @@ class BasicAgent:
|
|
108 |
def __init__(self):
|
109 |
|
110 |
self.think_model = OpenAIServerModel(
|
111 |
-
model_id="Qwen/QwQ-32B",
|
112 |
api_base="https://api.siliconflow.cn/v1/",
|
113 |
api_key=os.getenv('MODEL_TOKEN'),
|
114 |
)
|
115 |
self.base_model = OpenAIServerModel(
|
116 |
-
model_id="
|
117 |
api_base="https://api.siliconflow.cn/v1/",
|
118 |
api_key=os.getenv('MODEL_TOKEN'),
|
119 |
)
|
|
|
108 |
def __init__(self):
|
109 |
|
110 |
self.think_model = OpenAIServerModel(
|
111 |
+
model_id="Qwen/QwQ-32B-Preview",
|
112 |
api_base="https://api.siliconflow.cn/v1/",
|
113 |
api_key=os.getenv('MODEL_TOKEN'),
|
114 |
)
|
115 |
self.base_model = OpenAIServerModel(
|
116 |
+
model_id="Qwen/Qwen2.5-32B-Instruct",
|
117 |
api_base="https://api.siliconflow.cn/v1/",
|
118 |
api_key=os.getenv('MODEL_TOKEN'),
|
119 |
)
|