Skip to content

Feat: Persistent Server Settings#64

Open
CooperWang0912 wants to merge 1 commit into
High-Logic:masterfrom
CooperWang0912:feat/server-setting
Open

Feat: Persistent Server Settings#64
CooperWang0912 wants to merge 1 commit into
High-Logic:masterfrom
CooperWang0912:feat/server-setting

Conversation

@CooperWang0912

@CooperWang0912 CooperWang0912 commented Jul 1, 2026

Copy link
Copy Markdown

Issue / 问题

  • Voice configurations in the FastAPI server are not persistent across sessions
  • See Issue 63 for more details
  • 声音设定在每次启动FastAPI Server服务后都要重新设定
  • 详情请见 Issue 63

Solution / 解决方法

  • Settings are stored into settings.json in each request
  • Users can load models with preset settings by model names
  • 每次设定请求后在settings.json中保存模型设定
  • 用户可直接使用模型名调用预设设定

Closes #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FastAPI Server Settings Configuration

1 participant