From 8a2285e706a5bca507bf93f15b6526e601576579 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Sun, 31 Aug 2025 14:41:57 +0800 Subject: [PATCH] Reorganize and reintroduce Management API section in README files --- README.md | 8 ++++---- README_CN.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 69f81bdb..c750290c 100644 --- a/README.md +++ b/README.md @@ -328,10 +328,6 @@ openai-compatibility: alias: "kimi-k2" # The alias used in the API. ``` -## Management API - -see [MANAGEMENT_API.md](MANAGEMENT_API.md) - ### OpenAI Compatibility Providers Configure upstream OpenAI-compatible providers (e.g., OpenRouter) via `openai-compatibility`. @@ -466,6 +462,10 @@ Run the following command to start the server: docker run --rm -p 8317:8317 -v /path/to/your/config.yaml:/CLIProxyAPI/config.yaml -v /path/to/your/auth-dir:/root/.cli-proxy-api eceasy/cli-proxy-api:latest ``` +## Management API + +see [MANAGEMENT_API.md](MANAGEMENT_API.md) + ## Contributing Contributions are welcome! Please feel free to submit a Pull Request. diff --git a/README_CN.md b/README_CN.md index df064bc4..8e0c59da 100644 --- a/README_CN.md +++ b/README_CN.md @@ -96,10 +96,6 @@ 默认情况下,服务器在端口 8317 上运行。 -## 管理 API 文档 - -请参见 [MANAGEMENT_API_CN.md](MANAGEMENT_API_CN.md) - ### API 端点 #### 列出模型 @@ -462,6 +458,10 @@ docker run -it -rm -v /path/to/your/config.yaml:/CLIProxyAPI/config.yaml -v /pat docker run --rm -p 8317:8317 -v /path/to/your/config.yaml:/CLIProxyAPI/config.yaml -v /path/to/your/auth-dir:/root/.cli-proxy-api eceasy/cli-proxy-api:latest ``` +## 管理 API 文档 + +请参见 [MANAGEMENT_API_CN.md](MANAGEMENT_API_CN.md) + ## 贡献 欢迎贡献!请随时提交 Pull Request。