Remove placeholder log messages for model load, error, and info

This commit is contained in:
Mikhail Yevchenko
2026-05-21 15:11:30 +00:00
parent 6bb0097829
commit 81347ab8a0
-3
View File
@@ -12,15 +12,12 @@ MODEL_HEALTHCHECK_ENDPOINT = "/"
# Ollama-specific log messages # Ollama-specific log messages
MODEL_LOAD_LOG_MSG = [ MODEL_LOAD_LOG_MSG = [
"!@#$%^&*()"
] ]
MODEL_ERROR_LOG_MSGS = [ MODEL_ERROR_LOG_MSGS = [
"!@#$%^&*()"
] ]
MODEL_INFO_LOG_MSGS = [ MODEL_INFO_LOG_MSGS = [
"!@#$%^&*()"
] ]
nltk.download("words") nltk.download("words")