Add admin-frontend and user-frontend standalone projects, certification/invoice/discovery features, fix auth header and theme consistency

This commit is contained in:
TradeMate Dev
2026-05-22 18:35:30 +08:00
parent 18c6cf5406
commit 52dba37f22
79 changed files with 10333 additions and 248 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class NvidiaProvider(OpenAIProvider):
api_key=api_key,
model=model,
base_url=base_url,
http_client=httpx.AsyncClient(timeout=httpx.Timeout(60.0)),
http_client=httpx.AsyncClient(timeout=httpx.Timeout(20.0)),
)
self._name = f"nvidia-{model}"