Spaces:
Running
Running
Update README with new model
Browse files
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": "
|
| 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 |
```
|