mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
feat(utils.py): fix openai-like streaming
This commit is contained in:
parent
cfc061e38e
commit
56ba0c62f3
4 changed files with 20 additions and 7 deletions
|
@ -1867,6 +1867,7 @@ def completion(
|
|||
custom_prompt_dict=custom_prompt_dict,
|
||||
client=client, # pass AsyncOpenAI, OpenAI client
|
||||
encoding=encoding,
|
||||
custom_llm_provider="databricks",
|
||||
)
|
||||
except Exception as e:
|
||||
## LOGGING - log the original exception returned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue