mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
Added claude post
This commit is contained in:
parent
a1939f50e4
commit
7fbd9e2be4
4 changed files with 2123 additions and 7 deletions
|
@ -682,6 +682,10 @@ class Coder:
|
|||
if self.verbose:
|
||||
print(completion)
|
||||
|
||||
if not completion.choices:
|
||||
self.io.tool_error(str(completion))
|
||||
return
|
||||
|
||||
show_func_err = None
|
||||
show_content_err = None
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue