mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(Bug Fix) Using LiteLLM Python SDK with model=litellm_proxy/
for embedding, image_generation, transcription, speech, rerank (#8815)
* test_litellm_gateway_from_sdk * fix embedding check for openai * test litellm proxy provider * fix image generation openai compatible models * fix litellm.transcription * test_litellm_gateway_from_sdk_rerank * docs litellm python sdk * docs litellm python sdk with proxy * test_litellm_gateway_from_sdk_rerank * ci/cd run again * test_litellm_gateway_from_sdk_image_generation * test_litellm_gateway_from_sdk_embedding * test_litellm_gateway_from_sdk_embedding
This commit is contained in:
parent
ef22209a15
commit
f9cee4c46b
6 changed files with 466 additions and 83 deletions
|
@ -112,6 +112,7 @@ class OpenAIAudioTranscription(OpenAIChatCompletion):
|
|||
api_base=api_base,
|
||||
timeout=timeout,
|
||||
max_retries=max_retries,
|
||||
client=client,
|
||||
)
|
||||
|
||||
## LOGGING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue