feat(llm): remove everything to do with embeddings, part 3

This commit is contained in:
perf3ct
2025-06-07 18:30:46 +00:00
parent 44a2e7df21
commit 4550c12c6e
17 changed files with 44 additions and 221 deletions

View File

@@ -92,7 +92,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"showLoginInShareTheme",
"splitEditorOrientation",
// AI/LLM integration options (embedding options removed)
// AI/LLM integration options
"aiEnabled",
"aiTemperature",
"aiSystemPrompt",