[Feature] Fix counter release logic & update go-router download URL (#6280)

* [Doc] Update prerequisites in the documentation

* [Feature] Enhance Router with /v1/completions, docs, scripts, and version info

* [Feature] Enhance Router with /v1/completions, docs, scripts, and version info

* [Feature] Enhance Router with /v1/completions, docs, scripts, and version info

* [Feature] Fix counter release logic

* [Feature] Update go-router download URL

* [Feature] Update go-router download URL

* [Feature] Update go-router download URL

* [Feature] Update go-router download URL

* [Feature] Update token counter logic and docs

* [Feature] Update token counter logic and docs

---------

Co-authored-by: mouxin <mouxin@baidu.com>
This commit is contained in:
mouxin
2026-02-04 15:02:38 +08:00
committed by GitHub
parent 36547cfdb3
commit 6e96bd0bd2
16 changed files with 115 additions and 51 deletions
+2 -2
View File
@@ -55,10 +55,10 @@ FastDeploy提供[Router](https://github.com/PaddlePaddle/FastDeploy/tree/develop
- Router接收实例的生成结果,返回给用户
上手示例:
- 启动Router服务,日志信息输出在`log_router/router.log`
- 启动Router服务,日志信息输出在`log_router/router.log``fd-router`的安装方法参考[Router说明文档](../online_serving/router.md)。
```
export FD_LOG_DIR="log_router"
python -m fastdeploy.router.launch \
/usr/local/bin/fd-router \
--host 0.0.0.0 \
--port 30000 \
```