arijit121 commited on
Commit
29bdc14
·
1 Parent(s): c19c4d4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def build_agent():
33
  # Model — Use the HF Inference API (free tier)
34
  # Fallback endpoint if the main model is overloaded:
35
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
36
- model = ApiModel(
37
  max_tokens=4096,
38
  temperature=0.1,
39
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
 
33
  # Model — Use the HF Inference API (free tier)
34
  # Fallback endpoint if the main model is overloaded:
35
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
36
+ model = ModelClass(
37
  max_tokens=4096,
38
  temperature=0.1,
39
  model_id="Qwen/Qwen2.5-Coder-32B-Instruct",