mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
style: Apply linter formatting to remove extra whitespaces
This commit is contained in:
parent
ca6abdfc61
commit
bdaa70ada5
3 changed files with 4 additions and 4 deletions
|
@ -633,7 +633,6 @@ class Model(ModelSettings):
|
|||
res = litellm.completion(**kwargs)
|
||||
return hash_object, res
|
||||
|
||||
|
||||
def simple_send_with_retries(self, messages):
|
||||
from aider.exceptions import LiteLLMExceptions
|
||||
|
||||
|
@ -655,6 +654,7 @@ class Model(ModelSettings):
|
|||
return None
|
||||
res = response.choices[0].message.content
|
||||
from aider.reasoning_tags import remove_reasoning_content
|
||||
|
||||
return remove_reasoning_content(res, self.remove_reasoning)
|
||||
|
||||
except litellm_ex.exceptions_tuple() as err:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue