Remove placeholder log messages for model load, error, and info
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user