From d553deed132a104928cd584033144afe3272849c Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Thu, 1 Aug 2024 18:21:00 +0200 Subject: [PATCH] =?UTF-8?q?Bara=20=C3=A4ndrat=20n=C3=A5gon=20kommentar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smartassist/src/startservices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartassist/src/startservices.py b/smartassist/src/startservices.py index cc85636..f9ad800 100644 --- a/smartassist/src/startservices.py +++ b/smartassist/src/startservices.py @@ -73,7 +73,7 @@ def configure(): logger.debug(f"Backend API endpoint is set to {global_state.get_backend_api_ep()}") #################################### - # Extract Ollama parameters (url, api_key, model) + # Extract models (server url, api_key, model, et cetera) #################################### if isinstance(updated_config.get('ollama'), dict): # Look for 'ollama' key if isinstance(updated_config['ollama'].get('model'), str): # Look for 'model' key