forked from phoenix/litellm-mirror
clarify azure requirements
This commit is contained in:
parent
157923ea4a
commit
0a090c0e0e
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ os.environ["TOGETHERAI_API_KEY"] = "Your API Key"
|
||||||
```python
|
```python
|
||||||
# for azure openai
|
# for azure openai
|
||||||
os.environ['AZURE_API_BASE'] = "https://openai-gpt-4-test2-v-12.openai.azure.com/"
|
os.environ['AZURE_API_BASE'] = "https://openai-gpt-4-test2-v-12.openai.azure.com/"
|
||||||
os.environ['AZURE_API_VERSION'] = "2023-05-15"
|
os.environ['AZURE_API_VERSION'] = "2023-05-15" # [OPTIONAL]
|
||||||
os.environ['AZURE_API_TYPE'] = "your-custom-type"
|
os.environ['AZURE_API_TYPE'] = "azure" # [OPTIONAL]
|
||||||
|
|
||||||
# for openai
|
# for openai
|
||||||
os.environ['OPENAI_API_BASE'] = "https://openai-gpt-4-test2-v-12.openai.azure.com/"
|
os.environ['OPENAI_API_BASE'] = "https://openai-gpt-4-test2-v-12.openai.azure.com/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue