forked from phoenix/litellm-mirror
* add audio, modalities param * add test for gpt audio models * add get_supported_openai_params for GPT audio models * add supported params for audio * test_audio_output_from_model * bump openai to openai==1.52.0 * bump openai on pyproject * fix audio test * fix test mock_chat_response * handle audio for Message * fix handling audio for OAI compatible API endpoints * fix linting * fix mock dbrx test
11 lines
167 B
Text
11 lines
167 B
Text
# used by CI/CD testing
|
|
openai==1.52.0
|
|
python-dotenv
|
|
tiktoken
|
|
importlib_metadata
|
|
cohere
|
|
redis
|
|
anthropic
|
|
orjson==3.9.15
|
|
pydantic==2.7.1
|
|
google-cloud-aiplatform==1.43.0
|