mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
cleanup
This commit is contained in:
parent
8a3cc6041d
commit
6e5b2c7368
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ def send_completion(
|
|||
kwargs.update(extra_params)
|
||||
|
||||
key = json.dumps(kwargs, sort_keys=True).encode()
|
||||
# dump(kwargs)
|
||||
|
||||
# Generate SHA1 hash of kwargs and append it to chat_completion_call_hashes
|
||||
hash_object = hashlib.sha1(key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue