Mayurvora commited on
Commit
26be38a
·
1 Parent(s): 93cedd6

Switch to Llama-3.3-70B-Instruct model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ final_answer = FinalAnswerTool()
83
  model = HfApiModel(
84
  max_tokens=2096,
85
  temperature=0.5,
86
- model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
87
  custom_role_conversions=None,
88
  )
89
 
 
83
  model = HfApiModel(
84
  max_tokens=2096,
85
  temperature=0.5,
86
+ model_id='meta-llama/Llama-3.3-70B-Instruct',# it is possible that this model may be overloaded
87
  custom_role_conversions=None,
88
  )
89