mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
copy
This commit is contained in:
parent
cb6b8ea5ac
commit
1eb24981c6
1 changed files with 2 additions and 1 deletions
|
@ -1251,7 +1251,8 @@ class Coder:
|
||||||
num_ctx = extra_params.get("num_ctx")
|
num_ctx = extra_params.get("num_ctx")
|
||||||
if num_ctx:
|
if num_ctx:
|
||||||
self.io.tool_waning(
|
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"
|
" https://aider.chat/docs/llms/ollama.html#setting-the-context-window-size"
|
||||||
" for help configuring larger context windows."
|
" for help configuring larger context windows."
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue