mmcgovern574 commited on
Commit
111b4bf
·
verified ·
1 Parent(s): 2064c52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ final_answer = FinalAnswerTool()
41
  #model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
42
 
43
  model = HfApiModel(
44
- token=os.getenv('HF_API_TOKEN')
45
  max_tokens=2096,
46
  temperature=0.5,
47
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
41
  #model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
42
 
43
  model = HfApiModel(
44
+ token=os.getenv('HF_API_TOKEN'),
45
  max_tokens=2096,
46
  temperature=0.5,
47
  model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded