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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ model_config = agent_config["model"]["data"]
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,
 
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,