From 161f6b7ce5ecef807d6cf6b4eb4b03c4e58e94f8 Mon Sep 17 00:00:00 2001 From: hugo Date: Sun, 1 Mar 2026 19:05:49 +0100 Subject: [PATCH] chore: updated local ai plan with reference to AI SDK --- LOCAL_AI_PLAN.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LOCAL_AI_PLAN.md b/LOCAL_AI_PLAN.md index 3aeaf45..ea81dd3 100644 --- a/LOCAL_AI_PLAN.md +++ b/LOCAL_AI_PLAN.md @@ -25,8 +25,6 @@ Decision: which model is better for my usecases? 3. Integration -Ollama is using OpenAI protocols, so should be easy to integrate as a third AI provider. - -Important: models for different defaults in Preferences must be able to be configured to span multiple providers if multiple ones are set up. +Ollama is using OpenAI protocols, so should be easy to integrate with AI SDK. Ollama integration - if activated - must do a check if ollama is serving the model, and if not give a message to the user, so they can fire up ollama, since it won't always be running.