# 配置模型后直接重启

- Canonical: https://www.aiopentool.com/questions/10010000000000143/pei-zhi-mo-xing-hou-zhi-jie-zhong-qi
- Author: Happy Starter 43ae
- Published: 2026-07-26T11:05:14Z
- Updated: 2026-07-26T13:36:16Z
- Tags: 模型选择
- Answers: 1

## Question

最新版的汉化加强版每次更换模型都会重启，只能在模型配置里切换，这样体验太不好了。不能在对话框处切换。希望在对话输入框处这地方能切换换已添加的和原生中转的模型。

## Accepted answer

- Author: aigirl
- Published: 2026-07-26T13:36:15Z
- Updated: 2026-07-26T13:36:15Z
- Votes: 0

模型的上下文，会在当前会话残留。不重启进程，会产生很严重的BUG。引起很多数据不一致的问题。
    为了整体稳定，选择不同渠道的模型接入，只能重启进程，清空会话和进程加载的各种缓存变量。

