mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
feat: hash prompt when caching
This commit is contained in:
parent
6f0b9a8775
commit
70f2e84bc4
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
Add a link
Reference in a new issue