mirror of
https://github.com/Zippland/Snap-Solver.git
synced 2026-02-22 16:38:03 +08:00
更新DeepSeek模型配置,新增DeepSeek-V3和DeepSeek推理模型,优化API调用逻辑,支持多模态模型的图像分析,改进前端按钮显示逻辑,提升用户体验
This commit is contained in:
@@ -434,6 +434,11 @@ class SettingsManager {
|
||||
this.updateUIBasedOnModelType();
|
||||
this.updateModelVersionDisplay(e.target.value);
|
||||
this.saveSettings();
|
||||
|
||||
// 通知应用更新图像操作按钮
|
||||
if (window.app && typeof window.app.updateImageActionButtons === 'function') {
|
||||
window.app.updateImageActionButtons();
|
||||
}
|
||||
});
|
||||
|
||||
this.temperatureInput.addEventListener('input', (e) => {
|
||||
|
||||
Reference in New Issue
Block a user