fix: Clarify cost estimate warning for streaming/caching

This commit is contained in:
Paul Gauthier 2025-03-28 16:32:44 -10:00 committed by Paul Gauthier (aider)
parent 4ac945da70
commit d8830c43c5

View file

@ -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 streaming.")
io.tool_warning("Cost estimates may be inaccurate when using streaming and caching.")
# Process any environment variables set via --set-env
if args.set_env: