forked from phoenix/litellm-mirror
feat - re-use openai client for text completion
This commit is contained in:
parent
3d298fc549
commit
ad7302cdc8
1 changed files with 1 additions and 0 deletions
|
@ -1059,6 +1059,7 @@ def completion(
|
|||
api_key=api_key,
|
||||
api_base=api_base,
|
||||
acompletion=acompletion,
|
||||
client=client, # pass AsyncOpenAI, OpenAI client
|
||||
logging_obj=logging,
|
||||
optional_params=optional_params,
|
||||
litellm_params=litellm_params,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue