remove options from migrations files

This commit is contained in:
perf3ct
2025-03-16 20:49:55 +00:00
parent d2072c2a6f
commit ab3c6b6fb1
4 changed files with 2 additions and 44 deletions

View File

@@ -180,7 +180,7 @@ const defaultOptions: DefaultOption[] = [
{ name: "ollamaDefaultModel", value: "llama3", isSynced: true },
{ name: "ollamaBaseUrl", value: "http://localhost:11434", isSynced: true },
{ name: "ollamaEmbeddingModel", value: "nomic-embed-text", isSynced: true },
{ name: "embeddingAutoUpdate", value: "true", isSynced: true },
{ name: "embeddingAutoUpdateEnabled", value: "true", isSynced: true },
// Adding missing AI options
{ name: "aiTemperature", value: "0.7", isSynced: true },