mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 05:34:59 +00:00
refactor: Change default temperature to None and remove debug dump
This commit is contained in:
parent
495a27c0a7
commit
7b557c0586
2 changed files with 2 additions and 2 deletions
|
@ -569,7 +569,7 @@ class Model(ModelSettings):
|
|||
kwargs["num_ctx"] = num_ctx
|
||||
key = json.dumps(kwargs, sort_keys=True).encode()
|
||||
|
||||
dump(kwargs)
|
||||
# dump(kwargs)
|
||||
|
||||
hash_object = hashlib.sha1(key)
|
||||
res = litellm.completion(**kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue