jcleee commited on
Commit
f98df2d
·
verified ·
1 Parent(s): 718305b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -81,7 +81,8 @@ model_config = agent_config["model"]["data"]
81
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud' (!!!)
82
 
83
  model = HfApiModel(
84
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
 
85
  token=os.getenv("HF_TOKEN"),
86
  max_tokens=2096,
87
  temperature=0.5,
 
81
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud' (!!!)
82
 
83
  model = HfApiModel(
84
+ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
85
+ #model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
86
  token=os.getenv("HF_TOKEN"),
87
  max_tokens=2096,
88
  temperature=0.5,