mirror of
https://github.com/DebarghaG/proofofthought.git
synced 2025-10-07 23:24:54 +03:00
18 lines
452 B
Plaintext
18 lines
452 B
Plaintext
# Azure OpenAI Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Azure OpenAI Endpoint
|
|
AZURE_OPENAI_ENDPOINT=https://your-resource.cognitiveservices.azure.com/
|
|
|
|
# Azure OpenAI API Key
|
|
AZURE_OPENAI_KEY=your-api-key-here
|
|
|
|
# Azure Deployment Name
|
|
AZURE_DEPLOYMENT_NAME=gpt-5
|
|
|
|
# Azure API Version
|
|
AZURE_API_VERSION=2024-12-01-preview
|
|
|
|
# Standard OpenAI API Key (optional, for non-Azure usage)
|
|
OPENAI_API_KEY=your-openai-api-key-here
|