From cb1caceee7e4efd842d7fa51249b2b93c8ba6101 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Mon, 5 Aug 2024 00:48:05 +0200 Subject: [PATCH] Added to a comment --- smartassist/config/smartassist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index 4924024..8127867 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -18,7 +18,7 @@ endpoints: Authorization: "${OLLAMA_API_KEY}" # on MacOS: echo "Authorization: Basic $(echo -n 'user:password' | gbase64 -w 0)" provider: "ollama" -# Ollama Server Configuration +# Ollama Server Configuration – this section is to be removed when endpoints are being parsed correctly ollama: title: "Ollama-local" # url: "http://localhost:11434"