mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
chore: Print messages when verbose in simple_send
This commit is contained in:
parent
8652fcf86e
commit
4c959f4542
1 changed files with 3 additions and 0 deletions
|
@ -913,6 +913,9 @@ class Model(ModelSettings):
|
|||
messages = ensure_alternating_roles(messages)
|
||||
retry_delay = 0.125
|
||||
|
||||
if self.verbose:
|
||||
dump(messages)
|
||||
|
||||
while True:
|
||||
try:
|
||||
kwargs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue