forked from phoenix/litellm-mirror
docs
This commit is contained in:
parent
f3fe380208
commit
0a339f38ab
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
# Use Completion() for OpenAI, Azure
|
||||
|
||||
* Supported OpenAI LLMs: https://docs.litellm.ai/docs/providers/openai
|
||||
* Supported Azure OpenAI LLMs: https://docs.litellm.ai/docs/providers/azure
|
||||
|
||||
## Basic Completion()
|
||||
```python
|
||||
import os
|
||||
|
|
|
@ -54,11 +54,11 @@ const sidebars = {
|
|||
slug: '/providers',
|
||||
},
|
||||
items: [
|
||||
"providers/huggingface",
|
||||
"providers/openai",
|
||||
"providers/azure",
|
||||
"providers/vertex",
|
||||
"providers/anthropic",
|
||||
"providers/huggingface",
|
||||
"providers/vllm",
|
||||
"providers/ai21",
|
||||
"providers/replicate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue