yangd05 commited on
Commit
b493f7d
·
1 Parent(s): 17f5519

Replace Llama 8B with GPT-OSS 20B in model list

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import InferenceClient
6
  MODELS = {
7
  "Qwen/Qwen2.5-72B-Instruct": "Qwen 2.5 72B (free)",
8
  "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF": "Nemotron 70B (requires provider)",
9
- "meta-llama/Llama-3.1-8B-Instruct": "Llama 3.1 8B (free)",
10
  }
11
 
12
  SYSTEM_PROMPT = """
 
6
  MODELS = {
7
  "Qwen/Qwen2.5-72B-Instruct": "Qwen 2.5 72B (free)",
8
  "nvidia/Llama-3.1-Nemotron-70B-Instruct-HF": "Nemotron 70B (requires provider)",
9
+ "openai/gpt-oss-20b": "GPT-OSS 20B (free)",
10
  }
11
 
12
  SYSTEM_PROMPT = """