fix log line
This commit is contained in:
parent
fe78e1c667
commit
d36dc0f8a5
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user