mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test_azure_instruct
This commit is contained in:
parent
2cd49ef096
commit
dc3d7b3afc
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,7 @@ class AzureTextCompletion(BaseAzureLLM):
|
||||||
azure_ad_token=azure_ad_token,
|
azure_ad_token=azure_ad_token,
|
||||||
timeout=timeout,
|
timeout=timeout,
|
||||||
client=client,
|
client=client,
|
||||||
|
litellm_params=litellm_params,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
return self.acompletion(
|
return self.acompletion(
|
||||||
|
@ -109,6 +110,7 @@ class AzureTextCompletion(BaseAzureLLM):
|
||||||
client=client,
|
client=client,
|
||||||
logging_obj=logging_obj,
|
logging_obj=logging_obj,
|
||||||
max_retries=max_retries,
|
max_retries=max_retries,
|
||||||
|
litellm_params=litellm_params,
|
||||||
)
|
)
|
||||||
elif "stream" in optional_params and optional_params["stream"] is True:
|
elif "stream" in optional_params and optional_params["stream"] is True:
|
||||||
return self.streaming(
|
return self.streaming(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue