mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
fix: Correct typo in streaming warning message
This commit is contained in:
parent
f37b814570
commit
ee0019e25f
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
io.tool_warning("Terminal does not support pretty output (UnicodeDecodeError)")
|
||||
|
||||
if args.stream and args.cache_prompts:
|
||||
io.tool_warning("Caching costs may be inaccurate when using --stream.")
|
||||
io.tool_warning("Caching costs may be inaccurate when streaming.")
|
||||
|
||||
# Process any environment variables set via --set-env
|
||||
if args.set_env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue