mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
fix: Update Ollama context window handling and input confirmation logic
This commit is contained in:
parent
298f713e9b
commit
7aa6a30169
2 changed files with 10 additions and 9 deletions
|
@ -732,6 +732,7 @@ class InputOutput:
|
|||
question,
|
||||
style=style,
|
||||
complete_while_typing=False,
|
||||
default=default,
|
||||
)
|
||||
else:
|
||||
res = input(question)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue