mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
fix: Improve warning message for unsupported streaming
This commit is contained in:
parent
40588ccffa
commit
f8746feaa1
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
if not main_model.streaming:
|
if not main_model.streaming:
|
||||||
if args.stream:
|
if args.stream:
|
||||||
io.tool_warning(
|
io.tool_warning(
|
||||||
"Warning: Streaming is not supported by the selected model. Disabling streaming."
|
f"Warning: Streaming is not supported by {main_model.name}. Disabling streaming."
|
||||||
)
|
)
|
||||||
args.stream = False
|
args.stream = False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue