ScottzillaSystems commited on
Commit
71428e2
·
verified ·
1 Parent(s): 1dc21ab

Update README with new model

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -16,6 +16,7 @@ A lightweight [Ollama](https://ollama.com/) inference server running on a Huggin
16
 
17
  - `gemma2:2b`
18
  - `alibilge/Huihui-GLM-4.6V-Flash-abliterated:q4_k_s`
 
19
 
20
  ## Usage
21
 
@@ -31,7 +32,7 @@ curl https://your-space.hf.space/api/pull -d '{"model": "llama3.2"}'
31
 
32
  ```bash
33
  curl https://your-space.hf.space/api/generate -d '{
34
- "model": "alibilge/Huihui-GLM-4.6V-Flash-abliterated:q4_k_s",
35
  "prompt": "Hello!"
36
  }'
37
  ```
 
16
 
17
  - `gemma2:2b`
18
  - `alibilge/Huihui-GLM-4.6V-Flash-abliterated:q4_k_s`
19
+ - `frob/mradermacher-Llama3.3-8B-Thinking-Heretic-Claude-4.5-Opus:q8_0`
20
 
21
  ## Usage
22
 
 
32
 
33
  ```bash
34
  curl https://your-space.hf.space/api/generate -d '{
35
+ "model": "frob/mradermacher-Llama3.3-8B-Thinking-Heretic-Claude-4.5-Opus:q8_0",
36
  "prompt": "Hello!"
37
  }'
38
  ```