forked from phoenix/litellm-mirror
docs(assistants.md): cleanup quickstart docs
This commit is contained in:
parent
9fd5986bbc
commit
99baafb96b
1 changed files with 0 additions and 5 deletions
|
@ -36,14 +36,9 @@ import os
|
|||
|
||||
# setup env
|
||||
os.environ["OPENAI_API_KEY"] = "sk-.."
|
||||
os.environ["AZURE_API_KEY"] = "sk-.."
|
||||
os.environ["AZURE_API_BASE"] = "https://..."
|
||||
os.environ["AZURE_API_VERSION"] = "2024-02-15-preview"
|
||||
|
||||
assistants = get_assistants(custom_llm_provider="openai")
|
||||
|
||||
assistants = get_assistants(custom_llm_provider="azure")
|
||||
|
||||
### ASYNC USAGE ###
|
||||
# assistants = await aget_assistants(custom_llm_provider="openai")
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue