WileCoyotte commited on
Commit
1c48076
·
verified ·
1 Parent(s): c7d2f90

Update First_agent/app.py

Browse files
Files changed (1) hide show
  1. First_agent/app.py +1 -1
First_agent/app.py CHANGED
@@ -90,7 +90,7 @@ def final():
90
 
91
  # 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:
92
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
93
- print(os.getenv("token"), "********************")
94
  model = HfApiModel(
95
  max_tokens=2096,
96
  temperature=0.5,
 
90
 
91
  # 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:
92
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
93
+ print(os.getenv("Token"), "********************")
94
  model = HfApiModel(
95
  max_tokens=2096,
96
  temperature=0.5,