forked from phoenix/litellm-mirror
fix(caching.py): hash the cache key to prevent key too long errors
This commit is contained in:
parent
6e68cd1125
commit
1e07f0fce8
3 changed files with 28 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# 🔥 Load Test LiteLLM
|
||||
|
||||
Here is a script to load test LiteLLM
|
||||
Here is a script to load test LiteLLM vs OpenAI
|
||||
|
||||
```python
|
||||
from openai import AsyncOpenAI, AsyncAzureOpenAI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue