Skip to content
Closed
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 @@ -9,6 +9,15 @@ OLLAMA_BASE_URL=http://localhost:11434/api
GROQ_API_KEY=****
GROQ_BASE_URL=https://api.groq.com/openai/v1

# === AWS Bedrock ===
# AWS credentials for Bedrock access
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# (Optional) For temporary credentials (session-based access)
AWS_SESSION_TOKEN=
# AWS region for Bedrock (default: us-east-1)
AWS_REGION=us-east-1


# (Optional) Default model to use when none is specified
# Format: provider/model (e.g., openRouter/qwen3-8b:free)
Expand Down
Loading