Spaces:
Paused
Paused
github-actions[bot] commited on
Commit ·
aaf8c13
1
Parent(s): 6fa846e
docs: auto-sync changelog to README [skip ci]
Browse files
README.md
CHANGED
|
@@ -465,6 +465,7 @@ server:
|
|
| 465 |
<!-- CHANGELOG:START -->
|
| 466 |
### [Unreleased]
|
| 467 |
|
|
|
|
| 468 |
- `POST /admin/refresh-models` 端点:手动触发模型列表刷新,解决 model-fetcher ~1h 缓存过时导致新模型不可用的问题;支持 Bearer auth(当配置 proxy_api_key 时)
|
| 469 |
- Plan routing integration tests:通过 proxy handler 完整路径验证 free/team 账号的模型路由(7 cases),覆盖 plan map 更新后请求解除阻塞的场景
|
| 470 |
|
|
|
|
| 465 |
<!-- CHANGELOG:START -->
|
| 466 |
### [Unreleased]
|
| 467 |
|
| 468 |
+
- Sticky rotation strategy(#107):新增 `sticky` 账号轮换策略,持续使用同一账号直到限速或额度耗尽
|
| 469 |
- `POST /admin/refresh-models` 端点:手动触发模型列表刷新,解决 model-fetcher ~1h 缓存过时导致新模型不可用的问题;支持 Bearer auth(当配置 proxy_api_key 时)
|
| 470 |
- Plan routing integration tests:通过 proxy handler 完整路径验证 free/team 账号的模型路由(7 cases),覆盖 plan map 更新后请求解除阻塞的场景
|
| 471 |
|