Update app.py
Browse files
app.py
CHANGED
|
@@ -22,8 +22,8 @@ class BasicAgent:
|
|
| 22 |
self.model = HfApiModel(
|
| 23 |
max_tokens=3000,
|
| 24 |
temperature=0.5,
|
| 25 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
| 26 |
-
|
| 27 |
#model_id='mistralai/Mistral-7B-Instruct-v0.3',
|
| 28 |
#model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
|
| 29 |
#model_id="google/gemma-2-9b-it",
|
|
|
|
| 22 |
self.model = HfApiModel(
|
| 23 |
max_tokens=3000,
|
| 24 |
temperature=0.5,
|
| 25 |
+
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
| 26 |
+
model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
|
| 27 |
#model_id='mistralai/Mistral-7B-Instruct-v0.3',
|
| 28 |
#model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
|
| 29 |
#model_id="google/gemma-2-9b-it",
|