litellm/.circleci/requirements.txt
Ishaan Jaff 4e88fd65e1
(feat) openai prompt caching (non streaming) - add prompt_tokens_details in usage response (#6039)
* add prompt_tokens_details in usage response

* use _prompt_tokens_details as a param in Usage

* fix linting errors

* fix type error

* fix ci/cd deps

* bump deps for openai

* bump deps openai

* fix llm translation testing

* fix llm translation embedding
2024-10-03 23:31:10 +05:30

11 lines
167 B
Text

# used by CI/CD testing
openai==1.51.0
python-dotenv
tiktoken
importlib_metadata
cohere
redis
anthropic
orjson==3.9.15
pydantic==2.7.1
google-cloud-aiplatform==1.43.0