Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ final_answer = FinalAnswerTool()
|
|
| 38 |
#get_current_time_in_timezone = get_current_time_in_timezone()
|
| 39 |
model = HfApiModel(
|
| 40 |
max_tokens=2096,
|
| 41 |
-
max_tokens=2046,
|
| 42 |
temperature=0.5,
|
| 43 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
| 44 |
#model_id='meta-llama/Meta-Llama-3-8B-Instruct',
|
|
|
|
| 38 |
#get_current_time_in_timezone = get_current_time_in_timezone()
|
| 39 |
model = HfApiModel(
|
| 40 |
max_tokens=2096,
|
| 41 |
+
#max_tokens=2046,
|
| 42 |
temperature=0.5,
|
| 43 |
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
| 44 |
#model_id='meta-llama/Meta-Llama-3-8B-Instruct',
|