feat(router): integrate router API for AI model selection and suggestions
Build and Push Reader API Image / docker (push) Successful in 1m1s

This commit is contained in:
2026-05-04 20:59:26 +07:00
parent 212d4df42f
commit d93c26757f
2 changed files with 164 additions and 48 deletions
+2 -4
View File
@@ -24,10 +24,8 @@ class Settings(BaseSettings):
chapter_content_mode: str = "nas_first"
auto_schema_bootstrap: str = "false"
deepseek_key: str = ""
deepseek_model: str = "deepseek-chat"
openrouter_key: str = ""
openrouter_paused: str = "true"
router_api_key: str = ""
router_base_url: str = "https://openrouter.ai/api/v1"
@property
def google_client_id_list(self) -> list[str]: