diff --git a/smartassist/src/startservices.py b/smartassist/src/startservices.py index 8d7dd6c..f0bd39d 100644 --- a/smartassist/src/startservices.py +++ b/smartassist/src/startservices.py @@ -72,6 +72,7 @@ def configure(): if isinstance(updated_config['ollama'].get('model'), str): # Look for 'model' key model_to_use = updated_config['ollama'].get('model') global_state.set_llm(model_to_use) + logger.debug("configure(): LLM is set to: %s",global_state.get_llm()) return updated_config