forked from phoenix/litellm-mirror
return cache hit True on cache hits
This commit is contained in:
parent
b6b19dc128
commit
ec3b0d0d0b
1 changed files with 1 additions and 0 deletions
|
@ -1214,6 +1214,7 @@ def client(original_function):
|
||||||
hidden_params = {
|
hidden_params = {
|
||||||
"model": "whisper-1",
|
"model": "whisper-1",
|
||||||
"custom_llm_provider": custom_llm_provider,
|
"custom_llm_provider": custom_llm_provider,
|
||||||
|
"cache_hit": True,
|
||||||
}
|
}
|
||||||
cached_result = convert_to_model_response_object(
|
cached_result = convert_to_model_response_object(
|
||||||
response_object=cached_result,
|
response_object=cached_result,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue