mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
feat: hash prompt when caching
This commit is contained in:
parent
2710bec02d
commit
3445174ebe
1 changed files with 1 additions and 0 deletions
|
|
@ -1827,6 +1827,7 @@ class Cache:
|
|||
completion_kwargs = [
|
||||
"model",
|
||||
"messages",
|
||||
"prompt",
|
||||
"temperature",
|
||||
"top_p",
|
||||
"n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue