ForcePilot/backend/server
supreme0597 e3307b4592 fix(model): 修复刷新模型缓存接口 NameError: model_cache is not defined
refresh_model_cache 函数中引用了 model_cache 但未导入,
该导入仅在 _refresh_model_cache 内部作用域中,外部无法访问。
添加局部 import 解决此问题。
2026-04-27 06:45:34 +08:00
..
routers fix(model): 修复刷新模型缓存接口 NameError: model_cache is not defined 2026-04-27 06:45:34 +08:00
utils refactor: 增强模型提供程序管理和 UI 组件 2026-04-26 19:59:15 +08:00
main.py fix: update repository references from Yuxi-Know to Yuxi across documentation and codebase 2026-03-27 02:00:22 +08:00
worker_main.py fix: update repository references from Yuxi-Know to Yuxi across documentation and codebase 2026-03-27 02:00:22 +08:00