This commit is contained in:
ishaan-jaff 2023-09-14 09:23:00 -07:00
parent f3fe380208
commit 0a339f38ab
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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",