mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 08:44:02 +00:00
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
project_id = "my-gcp-project"
|
|
region = "europe-west1"
|
|
environment = "dev"
|
|
service_prefix = "household"
|
|
|
|
artifact_repository_id = "household-bot"
|
|
|
|
bot_api_image = "europe-west1-docker.pkg.dev/my-gcp-project/household-bot/bot:latest"
|
|
mini_app_image = "europe-west1-docker.pkg.dev/my-gcp-project/household-bot/miniapp:latest"
|
|
|
|
database_url_secret_id = "database-url"
|
|
telegram_bot_token_secret_id = "telegram-bot-token"
|
|
openai_api_key_secret_id = "openai-api-key"
|
|
bot_purchase_parser_model = "gpt-4o-mini"
|
|
bot_assistant_model = "gpt-4o-mini"
|
|
bot_assistant_router_model = "gpt-5-nano"
|
|
bot_assistant_timeout_ms = 20000
|
|
bot_assistant_memory_max_turns = 12
|
|
bot_assistant_rate_limit_burst = 5
|
|
bot_assistant_rate_limit_burst_window_ms = 60000
|
|
bot_assistant_rate_limit_rolling = 50
|
|
bot_assistant_rate_limit_rolling_window_ms = 86400000
|
|
bot_mini_app_url = "https://household-dev-mini-app-abc123-ew.a.run.app"
|
|
bot_mini_app_allowed_origins = [
|
|
"https://household-dev-mini-app-abc123-ew.a.run.app"
|
|
]
|
|
alert_notification_emails = [
|
|
"alerts@example.com"
|
|
]
|
|
|
|
scheduled_dispatch_queue_name = "scheduled-dispatches"
|
|
scheduled_dispatch_public_base_url = "https://api.example.com"
|
|
|
|
create_workload_identity = true
|
|
github_repository = "whekin/household-bot"
|