We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c5e3d commit 1110da5Copy full SHA for 1110da5
README.md
@@ -128,7 +128,7 @@ docker run --name mixapi -d --restart always -p 3000:3000 -v $PWD/logs:/app/lo
128
OpenAI格式chat: http://你的MixAPI服务器地址:3000/v1/chat/completions
129
Anthropic格式chat: http://你的MixAPI服务器地址:3000/v1/messages
130
Gemini格式chat: http://你的MixAPI服务器地址:3000/v1beta
131
- OpenAIqi嵌入: http://你的MixAPI服务器地址:3000/v1/embeddings
+ 嵌入OpenAI: http://你的MixAPI服务器地址:3000/v1/embeddings
132
```
133
134
0 commit comments