mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix(llm): make sure the default option for ollama in settings matches what the client shows
This commit is contained in:
		
							parent
							
								
									f6329aab73
								
							
						
					
					
						commit
						6169efe96b
					
				@ -205,7 +205,7 @@ const defaultOptions: DefaultOption[] = [
 | 
				
			|||||||
    { name: "anthropicBaseUrl", value: "https://api.anthropic.com/v1", isSynced: true },
 | 
					    { name: "anthropicBaseUrl", value: "https://api.anthropic.com/v1", isSynced: true },
 | 
				
			||||||
    { name: "ollamaEnabled", value: "false", isSynced: true },
 | 
					    { name: "ollamaEnabled", value: "false", isSynced: true },
 | 
				
			||||||
    { name: "ollamaDefaultModel", value: "llama3", isSynced: true },
 | 
					    { name: "ollamaDefaultModel", value: "llama3", isSynced: true },
 | 
				
			||||||
    { name: "ollamaBaseUrl", value: "", isSynced: true },
 | 
					    { name: "ollamaBaseUrl", value: "http://localhost:11434", isSynced: true },
 | 
				
			||||||
    { name: "ollamaEmbeddingModel", value: "nomic-embed-text", isSynced: true },
 | 
					    { name: "ollamaEmbeddingModel", value: "nomic-embed-text", isSynced: true },
 | 
				
			||||||
    { name: "embeddingAutoUpdateEnabled", value: "true", isSynced: true },
 | 
					    { name: "embeddingAutoUpdateEnabled", value: "true", isSynced: true },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user