magdap116 commited on
Commit
e5fc57e
·
verified ·
1 Parent(s): f80eaaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ web_search = DuckDuckGoSearchTool()
21
  # 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:
22
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
23
 
24
- model = HfApiModel(model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud')
25
 
26
 
27
  class BasicAgent:
 
21
  # 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:
22
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
23
 
24
+ model = HfApiModel(model_id='meta-llama/Llama-3.3-70B-Instruct')
25
 
26
 
27
  class BasicAgent: