We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb76fa commit 25d8733Copy full SHA for 25d8733
1 file changed
README.md
@@ -88,7 +88,7 @@ curl -X POST http://localhost:3690/v1/chat/completions \
88
curl -X POST http://localhost:3690/v1/embeddings \
89
-H "Content-Type: application/json" \
90
-d '{
91
- "model": "qwen3-embedding-8b",
+ "model": "zen-embedding-8b",
92
"input": "Zen models are fast and efficient"
93
}'
94
```
0 commit comments