22 lines
671 B
YAML
22 lines
671 B
YAML
server:
|
|
address: ":8080"
|
|
|
|
providers:
|
|
google:
|
|
api_key: "YOUR_GOOGLE_API_KEY"
|
|
model: "gemini-1.5-flash"
|
|
endpoint: "https://generativelanguage.googleapis.com"
|
|
anthropic:
|
|
api_key: "YOUR_ANTHROPIC_API_KEY"
|
|
model: "claude-3-5-sonnet"
|
|
endpoint: "https://api.anthropic.com"
|
|
openai:
|
|
api_key: "YOUR_OPENAI_API_KEY"
|
|
model: "gpt-4o-mini"
|
|
endpoint: "https://api.openai.com"
|
|
# Azure-hosted Anthropic (Microsoft Foundry) - optional, overrides anthropic if set
|
|
# azureanthropic:
|
|
# api_key: "YOUR_AZURE_ANTHROPIC_API_KEY"
|
|
# endpoint: "https://your-resource.services.ai.azure.com/anthropic"
|
|
# model: "claude-sonnet-4-5-20250514"
|