danielkorat commited on
Commit
d66a66c
·
verified ·
1 Parent(s): 7020a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from my_tools import *
14
  # If the agent does not answer, the model is overloaded, please use another model or the original Hugging Face Endpoint for contains qwen2.5 coder:
15
  # 'Qwen/Qwen2.5-Coder-32B-Instruct'
16
  model = HfApiModel(
17
- max_tokens=20000,
18
  temperature=0.5,
19
  model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', # Endpoint with 'Qwen/Qwen2.5-Coder-32B-Instruct'
20
  custom_role_conversions=None,
 
14
  # If the agent does not answer, the model is overloaded, please use another model or the original Hugging Face Endpoint for contains qwen2.5 coder:
15
  # 'Qwen/Qwen2.5-Coder-32B-Instruct'
16
  model = HfApiModel(
17
+ max_tokens=10000,
18
  temperature=0.5,
19
  model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud', # Endpoint with 'Qwen/Qwen2.5-Coder-32B-Instruct'
20
  custom_role_conversions=None,