Add memory LLM preset switching

This commit is contained in:
Hao19911125
2026-04-07 10:18:03 +08:00
parent 0b189d1413
commit 19c802bdcc
4 changed files with 359 additions and 10 deletions

View File

@@ -454,6 +454,8 @@ const defaultSettings = {
llmApiUrl: "",
llmApiKey: "",
llmModel: "",
llmPresets: {},
llmActivePreset: "",
// Embedding API 配置
embeddingApiUrl: "",