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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,8 +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='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,
 
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
+ model_id="mistralai/Mistral-7B-Instruct-v0.2"
86
  token=os.getenv("HF_TOKEN"),
87
  max_tokens=2096,
88
  temperature=0.5,