Skip to content

Commit e55e507

Browse files
committed
发布0.1.3版本
1 parent f7dd44c commit e55e507

File tree

3 files changed

+824
-817
lines changed

3 files changed

+824
-817
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
| 🌍 统一入口 | `/chat/completions``/embeddings``/images/generations`… 全部转发 |
2626
| 🧩 多后端 | vLLM、SGLang、lmdeploy、Ollama… 任意组合 |
2727
| 💾 持久化 | SQLite + SQLModel 零配置存储路由 |
28-
|实时流 | SSE & Chunked Transfer 全双工支持 |
28+
|负载均衡 | 可配置多个同名模型,自动进行轮询式负载均衡(暂不支持异常踢出机制) |
2929
| 🎨 Web UI | Gradio 即用的管理面板 |
3030
| 🔍 兼容 OpenAI | SDK / LangChain / AutoGen / LlamaIndex / CrewAI …等 **一行代码都不用改** |
3131

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openai-router"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "openai-router"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)