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
|
# 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()
|
## Basic Completion()
|
||||||
```python
|
```python
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -54,11 +54,11 @@ const sidebars = {
|
||||||
slug: '/providers',
|
slug: '/providers',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
"providers/huggingface",
|
|
||||||
"providers/openai",
|
"providers/openai",
|
||||||
"providers/azure",
|
"providers/azure",
|
||||||
"providers/vertex",
|
"providers/vertex",
|
||||||
"providers/anthropic",
|
"providers/anthropic",
|
||||||
|
"providers/huggingface",
|
||||||
"providers/vllm",
|
"providers/vllm",
|
||||||
"providers/ai21",
|
"providers/ai21",
|
||||||
"providers/replicate",
|
"providers/replicate",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue