hydffgg commited on
Commit
33f480a
·
verified ·
1 Parent(s): 1ac2733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -3,9 +3,14 @@ from huggingface_hub import InferenceClient
3
 
4
  AVAILABLE_MODELS = [
5
  "openai/gpt-oss-20b",
6
- "Hyggshi-AI/HOS-OSS-200M",
7
- "hydffgg/HOS-OSS-270M",
8
- "microsoft/Phi-3.5-mini-instruct",
 
 
 
 
 
9
  ]
10
 
11
  def respond(
 
3
 
4
  AVAILABLE_MODELS = [
5
  "openai/gpt-oss-20b",
6
+ "meta-llama/Llama-3.3-70B-Instruct",
7
+ "meta-llama/Llama-3.1-8B-Instruct",
8
+ "Qwen/Qwen2.5-72B-Instruct",
9
+ "Qwen/Qwen2.5-7B-Instruct",
10
+ "mistralai/Mistral-7B-Instruct-v0.3",
11
+ "mistralai/Mixtral-8x7B-Instruct-v0.1",
12
+ "google/gemma-2-27b-it",
13
+ "google/gemma-2-9b-it",
14
  ]
15
 
16
  def respond(