yangminded commited on
Commit
122eddd
·
verified ·
1 Parent(s): ab44fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ class BasicAgent:
74
  # 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:
75
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
76
  model = InferenceClientModel(
77
- model_id='Qwen/Qwen3-30B-A3B',
78
  #provider='nebius',
79
  token=os.getenv('HF_Token'))
80
 
 
74
  # 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:
75
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
76
  model = InferenceClientModel(
77
+ model_id='Qwen/Qwen3-32B', #'Qwen/Qwen3-30B-A3B',
78
  #provider='nebius',
79
  token=os.getenv('HF_Token'))
80