Merge pull request #5105 from prd-tuong-nguyen/feat/support-hash-prompt-in-caching
feat: hash prompt when caching
This commit is contained in:
commit
f4b9f7c381
@ -1827,6 +1827,7 @@ class Cache:
|
||||
completion_kwargs = [
|
||||
"model",
|
||||
"messages",
|
||||
"prompt",
|
||||
"temperature",
|
||||
"top_p",
|
||||
"n",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user