ldrissi commited on
Commit
29191d8
·
verified ·
1 Parent(s): 8ec8e5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ final_answer = FinalAnswerTool()
52
 
53
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint
54
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
55
- model_id='meta-llama/Llama-3.3-70B-Instruct'
56
 
57
  model = HfApiModel(
58
  max_tokens=2096,
 
52
 
53
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint
54
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
55
+ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
56
 
57
  model = HfApiModel(
58
  max_tokens=2096,