ytsX5QNximHZg commited on
Commit
2c3721f
·
verified ·
1 Parent(s): 0cd1c35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,8 +38,9 @@ def get_current_time_in_timezone(timezone: str) -> str:
38
  final_answer = FinalAnswerTool()
39
 
40
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
41
- model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
42
  #'Vikhrmodels/Vikhr-2-VL-2b-Instruct-experimental',# it is possible that this model may be overloaded
 
43
 
44
  model = HfApiModel(
45
  max_tokens=2096,
 
38
  final_answer = FinalAnswerTool()
39
 
40
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
41
+ #model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
42
  #'Vikhrmodels/Vikhr-2-VL-2b-Instruct-experimental',# it is possible that this model may be overloaded
43
+ model_id='t-tech/T-pro-it-1.0'
44
 
45
  model = HfApiModel(
46
  max_tokens=2096,