Add log message for model load event in Ollama configuration

This commit is contained in:
Mikhail Yevchenko
2026-05-21 15:27:28 +00:00
parent 81347ab8a0
commit 170571714f
+1
View File
@@ -12,6 +12,7 @@ MODEL_HEALTHCHECK_ENDPOINT = "/"
# Ollama-specific log messages # Ollama-specific log messages
MODEL_LOAD_LOG_MSG = [ MODEL_LOAD_LOG_MSG = [
"llama runner started in "
] ]
MODEL_ERROR_LOG_MSGS = [ MODEL_ERROR_LOG_MSGS = [