forked from phoenix/litellm-mirror
fix(utils.py): fix cache hits for streaming
Fixes https://github.com/BerriAI/litellm/issues/4109
This commit is contained in:
parent
c0717133a9
commit
fe0b55f2ca
5 changed files with 42 additions and 16 deletions
|
@ -625,6 +625,7 @@ def test_chat_completion_optional_params(mock_acompletion, client_no_auth):
|
|||
# Run the test
|
||||
# test_chat_completion_optional_params()
|
||||
|
||||
|
||||
# Test Reading config.yaml file
|
||||
from litellm.proxy.proxy_server import ProxyConfig
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue