This commit is contained in:
Paul Gauthier 2025-01-26 18:58:43 -08:00
parent cb6b8ea5ac
commit 1eb24981c6

View file

@ -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."
)