mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	feat(llm): change from using precedence list to using a sing specified provider for either chat and/or embeddings
This commit is contained in:
		| @@ -95,7 +95,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([ | ||||
|     "aiEnabled", | ||||
|     "aiTemperature", | ||||
|     "aiSystemPrompt", | ||||
|     "aiProviderPrecedence", | ||||
|     "aiSelectedProvider", | ||||
|     "openaiApiKey", | ||||
|     "openaiBaseUrl", | ||||
|     "openaiDefaultModel", | ||||
| @@ -110,7 +110,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([ | ||||
|     "ollamaEmbeddingModel", | ||||
|     "embeddingAutoUpdateEnabled", | ||||
|     "embeddingDimensionStrategy", | ||||
|     "embeddingProviderPrecedence", | ||||
|     "embeddingSelectedProvider", | ||||
|     "embeddingSimilarityThreshold", | ||||
|     "embeddingBatchSize", | ||||
|     "embeddingUpdateInterval", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user