rmartinshort commited on
Commit
eea6cf6
·
verified ·
1 Parent(s): 48a28a5

fix typo in model name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
46
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
47
 
48
 
49
- MODLEL = "Qwen/Qwen2.5-Coder-7B-Instruct"
50
  final_answer = FinalAnswerTool()
51
  model = HfApiModel(
52
  max_tokens=2096,
 
46
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
47
 
48
 
49
+ MODEL = "Qwen/Qwen2.5-Coder-7B-Instruct"
50
  final_answer = FinalAnswerTool()
51
  model = HfApiModel(
52
  max_tokens=2096,