Parth commited on
Commit
39a92df
·
verified ·
1 Parent(s): db38450

Removed final answer bug

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -33,6 +33,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
33
  except Exception as e:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
 
 
36
 
37
  model = HfApiModel(
38
  max_tokens=2096,
 
33
  except Exception as e:
34
  return f"Error fetching time for timezone '{timezone}': {str(e)}"
35
 
36
+ final_answer = FinalAnswerTool()
37
+
38
 
39
  model = HfApiModel(
40
  max_tokens=2096,