Spaces:
Running
Running
Create .env
Browse files
.env
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# AWS BEDROCK CONFIG
|
| 2 |
+
AWS_REGION=us-east-1
|
| 3 |
+
AWS_ACCESS_KEY_ID=your_aws_access_key
|
| 4 |
+
AWS_SECRET_ACCESS_KEY=your_aws_secret_key
|
| 5 |
+
|
| 6 |
+
# AZURE OPENAI CONFIG
|
| 7 |
+
AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com/
|
| 8 |
+
AZURE_OPENAI_API_KEY=your_azure_api_key
|
| 9 |
+
AZURE_OPENAI_DEPLOYMENT=gpt-5-mini # Or whatever you named your Azure deployment
|