Merge b2fd2b5aad into 3ce3962e4b
This commit is contained in:
commit
7df31e4d70
1 changed files with 6 additions and 1 deletions
|
|
@ -44,6 +44,11 @@ SEMAPHORE_LIMIT=10
|
|||
# AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint_here
|
||||
# AZURE_OPENAI_API_VERSION=2025-01-01-preview
|
||||
# AZURE_OPENAI_DEPLOYMENT_NAME=gpt-4o-gpt-4o-mini-deployment
|
||||
# AZURE_OPENAI_USE_MANAGED_IDENTITY=false
|
||||
|
||||
# Optional: Azure OpenAI Embedding configuration
|
||||
# Note: You must set the endpoint even if you set the AZURE_OPENAI_ENDPOINT
|
||||
# otherwise the client will default to api.openai.com
|
||||
# AZURE_OPENAI_EMBEDDING_ENDPOINT=your_azure_openai_embedding_endpoint_here
|
||||
# AZURE_OPENAI_EMBEDDING_API_VERSION=2023-05-15
|
||||
# AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME=text-embedding-3-large-deployment
|
||||
# AZURE_OPENAI_USE_MANAGED_IDENTITY=false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue