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