mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	refactor(server): add missing override
This commit is contained in:
		@@ -63,7 +63,7 @@ export class OllamaService extends BaseAIService {
 | 
			
		||||
        this.formatter = new OllamaMessageFormatter();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    isAvailable(): boolean {
 | 
			
		||||
    override isAvailable(): boolean {
 | 
			
		||||
        return super.isAvailable() && !!options.getOption('ollamaBaseUrl');
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user