feat: add DeepSeek extreme reasoning tier
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user