mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-24 23:25:52 +03:00
[GH-ISSUE #115] streaming 配置块在每次 Web UI 保存后被静默删除 #55
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cli-Proxy-API-Management-Center#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @haokejie on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/issues/115
Is it a request payload issue?
[x] No, it's another issue.
Describe the bug
在
config.yaml中配置streaming块或nonstream-keepalive-interval后,每次通过 Web UI 保存任意配置(包括使用 YAML 编辑器直接保存),这些字段都会被静默删除。UI 甚至提示"未检测到变更",但实际上字段已经消失。CLI Type
N/A
Model Name
N/A
LLM Client
N/A
Request Information
N/A
Expected behavior
用户未修改的字段,在保存其他配置后应原样保留。
Screenshots
N/A
OS Type
N/A
Additional context
复现步骤:
config.yaml中添加:config.yaml,streaming块和nonstream-keepalive-interval已消失通过 YAML 编辑器同样可复现:将上述配置粘贴进编辑器,点击保存,重新打开后字段消失。