We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dd44c commit e55e507Copy full SHA for e55e507
README.md
@@ -25,7 +25,7 @@
25
| 🌍 统一入口 | `/chat/completions`、`/embeddings`、`/images/generations`… 全部转发 |
26
| 🧩 多后端 | vLLM、SGLang、lmdeploy、Ollama… 任意组合 |
27
| 💾 持久化 | SQLite + SQLModel 零配置存储路由 |
28
-| ⚡ 实时流 | SSE & Chunked Transfer 全双工支持 |
+| ⚡ 负载均衡 | 可配置多个同名模型,自动进行轮询式负载均衡(暂不支持异常踢出机制) |
29
| 🎨 Web UI | Gradio 即用的管理面板 |
30
| 🔍 兼容 OpenAI | SDK / LangChain / AutoGen / LlamaIndex / CrewAI …等 **一行代码都不用改** |
31
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "openai-router"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "openai-router"
5
readme = "README.md"
6
requires-python = ">=3.11"
0 commit comments