fix log line

This commit is contained in:
Timothy Carambat 2026-01-27 10:51:16 -08:00
parent fe78e1c667
commit d36dc0f8a5

View File

@ -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) {