BoddyGus commited on
Commit
31918aa
·
verified ·
1 Parent(s): 96be198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def get_current_time_in_timezone(timezone:str)->str:
21
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
22
 
23
  final_answer = FinalAnswerTool()
24
- model = InferenceClientModel(
25
  max_tokens=2096,
26
  temperature=0.5,
27
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
 
21
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
22
 
23
  final_answer = FinalAnswerTool()
24
+ model = InferenceClientModel(
25
  max_tokens=2096,
26
  temperature=0.5,
27
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',