w1r4 commited on
Commit
6af6ba1
·
verified ·
1 Parent(s): faf62c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ AVAILABLE_MODELS = [
9
  "meta-llama/Llama-3.1-8B-Instruct", # Fast & Reliable
10
  "mistralai/Mistral-Nemo-Instruct-2407", # 12B Model (Very Smart)
11
  "zai-org/GLM-4.7:zai-org", # Extremely Fast
12
- "bigcode/starcoder2-15b-instruct-v0.1", # Specialized Code Model
13
- "HuggingFaceH4/zephyr-7b-beta", # Backup Model
14
  ]
15
 
16
  def respond(message, history, system_message, temperature, model_id, request: gr.Request):
 
9
  "meta-llama/Llama-3.1-8B-Instruct", # Fast & Reliable
10
  "mistralai/Mistral-Nemo-Instruct-2407", # 12B Model (Very Smart)
11
  "zai-org/GLM-4.7:zai-org", # Extremely Fast
12
+ "agentica-org/DeepCoder-14B-Preview:featherless-ai", # Specialized Code Model
13
+ "agentica-org/DeepCoder-14B-Preview", # Backup Model
14
  ]
15
 
16
  def respond(message, history, system_message, temperature, model_id, request: gr.Request):