Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
# ANTHROPIC_MAX_TOKENS=4096
# ANTHROPIC_TEMPERATURE=0.2

# Option 3: Amazon Bedrock
# LLM_PROVIDER=amazon-bedrock
# # Credentials optional if running in AWS environment with a native credential provider
# # AWS_ACCESS_KEY_ID=your-aws-access-key-id
# # AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key
# AWS_REGION=us-east-1
# BEDROCK_MODEL=global.anthropic.claude-sonnet-4-5-20250929-v1:0
# BEDROCK_TEMPERATURE=0.2


# Search Provider Configuration

Expand Down
Loading