feat: add DeepSeek extreme reasoning tier

This commit is contained in:
wuyang
2026-07-26 17:40:51 +08:00
parent ade5ea1210
commit 2e8e81c790
25 changed files with 567 additions and 30 deletions
+2
View File
@@ -13,6 +13,8 @@ def settings(tmp_path: Path) -> Settings:
return Settings(
model_api_base_url="https://model.example.test",
model_api_key="model-secret",
deepseek_api_base_url="https://api.deepseek.example.test",
deepseek_api_key="deepseek-secret",
openwebui_forward_jwt_secret="identity-secret-with-at-least-32-bytes", # noqa: S106
internal_provider_key="provider-secret-with-at-least-32-bytes",
internal_gateway_key="gateway-secret-with-at-least-32-bytes",