diff --git a/server/utils/AiProviders/ollama/index.js b/server/utils/AiProviders/ollama/index.js index 92a0707b..cb733e02 100644 --- a/server/utils/AiProviders/ollama/index.js +++ b/server/utils/AiProviders/ollama/index.js @@ -42,7 +42,7 @@ class OllamaAILLM { this.limits = null; OllamaAILLM.cacheContextWindows(true); - this.#log(`initialized with\nmodel: ${this.model}`); + this.#log(`initialized with model: ${this.model}`); } #log(text, ...args) {