black279 commited on
Commit
1a5a827
·
verified ·
1 Parent(s): 299cb3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -6,9 +6,12 @@ from huggingface_hub import InferenceClient
6
  # You can add any model ID from Hugging Face that supports the Inference API
7
  MODELS = [
8
  "baidu/ERNIE-4.5-21B-A3B-PT",
9
- "HuggingFaceH4/zephyr-7b-beta",
10
  "meta-llama/Meta-Llama-3-8B-Instruct",
11
- "openai/gpt-oss-20b",
 
 
 
12
  ]
13
 
14
  def respond(
 
6
  # You can add any model ID from Hugging Face that supports the Inference API
7
  MODELS = [
8
  "baidu/ERNIE-4.5-21B-A3B-PT",
9
+ "moonshotai/Kimi-K2-Thinking",
10
  "meta-llama/Meta-Llama-3-8B-Instruct",
11
+ "openai/gpt-oss-20b",
12
+ "Qwen/Qwen3-0.6B",
13
+ "openai/gpt-oss-120b",
14
+ "nvidia/Nemotron-Elastic-12B",
15
  ]
16
 
17
  def respond(