forked from buerokratt/Dataset-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.bedrock.example
More file actions
26 lines (21 loc) · 899 Bytes
/
.env.bedrock.example
File metadata and controls
26 lines (21 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Environment variables for AWS Bedrock Anthropic provider
# Copy this file to .env and fill in your credentials
# =============================================================================
# AWS Bedrock Anthropic Configuration
# =============================================================================
# AWS Credentials (required for Bedrock access)
AWS_BEDROCK_ACCESS_KEY_ID=your_aws_access_key_here
AWS_BEDROCK_SECRET_ACCESS_KEY=your_aws_secret_key_here
# Bedrock Configuration
BEDROCK_MODEL_NAME=anthropic.claude-3-5-sonnet-20241022-v2:0
BEDROCK_AWS_REGION=us-east-1
BEDROCK_TEMPERATURE=0.7
BEDROCK_MAX_TOKENS=4096
BEDROCK_TOP_P=1.0
BEDROCK_TPM_LIMIT=200000
# Azure OpenAI Configuration
AZURE_OPENAI_API_KEY=your_azure_openai_deployment_api_key_here
AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint_here
AZURE_OPENAI_DEPLOYMENT_NAME=gpt-4o
# Provider Selection
PROVIDER_NAME=ollama