Add svenska yle feed
All checks were successful
Build & Release / build-docker-image (push) Successful in 1m45s
Build & Release / deploy-to-production (push) Successful in 26s

This commit is contained in:
2026-05-24 18:36:05 +02:00
parent 574fe88e37
commit 1382c0748d
5 changed files with 149 additions and 3 deletions

View File

@@ -4,6 +4,9 @@ from functools import lru_cache
class Settings(BaseSettings):
mastodon_server:str
openai_api_key:str
aws_access_key_id: str
aws_secret_access_key: str
aws_endpoint_url_s3: str
feeds: dict[str, dict[str,object]]
model_config = SettingsConfigDict(env_file=".env", env_nested_delimiter='__', arbitrary_types_allowed=True)
version:str