Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,9 @@ from tools.final_answer import FinalAnswerTool as FinalAnswer
|
|
10 |
|
11 |
|
12 |
model = InferenceClientModel(
|
13 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
|
|
|
|
14 |
)
|
15 |
|
16 |
final_answer = FinalAnswer()
|
|
|
10 |
|
11 |
|
12 |
model = InferenceClientModel(
|
13 |
+
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
14 |
+
model_id='codellama/CodeLlama-7b-Instruct-hf',
|
15 |
+
|
16 |
)
|
17 |
|
18 |
final_answer = FinalAnswer()
|