mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	remove options from migrations files
This commit is contained in:
		| @@ -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 }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user