TobDeBer commited on
Commit
a39d334
·
verified ·
1 Parent(s): 613b016

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Medium LLM on Zero
3
  emoji: 🕶
4
  colorFrom: indigo
5
  colorTo: purple
@@ -11,8 +11,10 @@ license: apache-2.0
11
  header: mini
12
  fullWidth: true
13
  models:
14
- - openai/gpt-oss-120b
15
- short_description: 'Chat with medium sized LLM'
 
 
16
  ---
17
 
18
  An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
1
  ---
2
+ title: Advanced LLM on Zero
3
  emoji: 🕶
4
  colorFrom: indigo
5
  colorTo: purple
 
11
  header: mini
12
  fullWidth: true
13
  models:
14
+ - Qwen/Qwen3-30B-A3B-Instruct-2507
15
+ - Qwen/Qwen3-Next-80B-A3B-Instruct
16
+ - zai-org/GLM-4.5-Air
17
+ short_description: 'Chat with Advanced LLM'
18
  ---
19
 
20
  An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).