Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,8 +147,8 @@ with open("prompts.yaml", 'r') as stream:
|
|
147 |
model = HfApiModel(
|
148 |
max_tokens=3000,
|
149 |
temperature=0.5,
|
150 |
-
|
151 |
-
model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
|
152 |
#model_id='mistralai/Mistral-7B-Instruct-v0.3',
|
153 |
#model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
|
154 |
#model_id="google/gemma-2-9b-it",
|
|
|
147 |
model = HfApiModel(
|
148 |
max_tokens=3000,
|
149 |
temperature=0.5,
|
150 |
+
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
151 |
+
#model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
|
152 |
#model_id='mistralai/Mistral-7B-Instruct-v0.3',
|
153 |
#model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',
|
154 |
#model_id="google/gemma-2-9b-it",
|