From 1eb24981c60f3b819118561895aadcd81c2fcfa4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 26 Jan 2025 18:58:43 -0800 Subject: [PATCH] copy --- aider/coders/base_coder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index 9d7a5c8e4..849f504b0 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -1251,7 +1251,8 @@ class Coder: num_ctx = extra_params.get("num_ctx") if num_ctx: self.io.tool_waning( - f"\nNote: Your Ollama model is configured with num_ctx={num_ctx}. See" + f"\nYour Ollama model is configured with num_ctx={num_ctx} tokens of" + " context window\nSee" " https://aider.chat/docs/llms/ollama.html#setting-the-context-window-size" " for help configuring larger context windows." )