mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
docs(reliable_completions.md): improve headers for easier searching
This commit is contained in:
parent
f9407aaefc
commit
09f4eb7617
2 changed files with 11 additions and 5 deletions
|
@ -902,7 +902,7 @@ class AzureChatCompletion(BaseLLM):
|
|||
},
|
||||
)
|
||||
|
||||
if aembedding == True:
|
||||
if aembedding is True:
|
||||
response = self.aembedding(
|
||||
data=data,
|
||||
input=input,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue