mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
style: Improve formatting of warning message
This commit is contained in:
parent
efa0c0e292
commit
94a2bc5ef5
1 changed files with 4 additions and 1 deletions
|
@ -579,7 +579,10 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
try:
|
try:
|
||||||
if not main_model.streaming:
|
if not main_model.streaming:
|
||||||
if args.stream:
|
if args.stream:
|
||||||
io.tool_warning("Warning: Streaming is not supported by the selected model. Disabling streaming.")
|
io.tool_warning(
|
||||||
|
"Warning: Streaming is not supported by the selected model. Disabling"
|
||||||
|
" streaming."
|
||||||
|
)
|
||||||
args.stream = False
|
args.stream = False
|
||||||
|
|
||||||
coder = Coder.create(
|
coder = Coder.create(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue