credential provider fix

This commit is contained in:
Rob Colbert 2026-05-10 10:01:24 -04:00
parent 190f424361
commit dea74d2ae9

View File

@ -75,7 +75,7 @@ class ChatSessionService extends DtpService {
}, },
{ {
path: "provider", path: "provider",
select: "-models +apiKey", select: "-models",
}, },
]; ];