mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
use strict for new gpt4o
This commit is contained in:
parent
5c24a06dc8
commit
675263623d
3 changed files with 6 additions and 6 deletions
|
@ -1031,7 +1031,7 @@ class Coder:
|
|||
if self.partial_response_function_call:
|
||||
args = self.parse_partial_args()
|
||||
if args:
|
||||
content = args["explanation"]
|
||||
content = args.get("explanation") or ""
|
||||
else:
|
||||
content = ""
|
||||
elif self.partial_response_content:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue