mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
refactor: Add comment for sanity_check_messages
function in sendchat.py
This commit is contained in:
parent
21d3703b69
commit
cdc9ec2854
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ CACHE = None
|
|||
|
||||
RETRY_TIMEOUT = 60
|
||||
|
||||
# sanity_check_messages(messages) -> check if messages alternate role=user and role=assistant (it's ok if role=system messages are interspersed) ai!
|
||||
|
||||
def send_completion(
|
||||
model_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue