mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-07-07 14:53:17 +00:00
- Exclude `userProvideURL` from the eligibility predicate. A user-provided baseURL alone does not imply a user key, but the tab would still prompt for one via `SetKeyDialog`'s required-fields validation. - Extract `isUserProvidedEndpointConfig` into a shared util so the predicate cannot drift between `Settings.tsx` (tab visibility) and `APIKeys.tsx` (row listing). - Drop the `endpoint as EModelEndpoint` cast in `APIKeyRow`. `SetKeyDialog` already accepts `EModelEndpoint | string`; the cast was unsafe for custom endpoint names. - Add a regression test pinning the baseURL-only exclusion. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| test | ||
| babel.config.cjs | ||
| check_updates.sh | ||
| index.html | ||
| jest.config.cjs | ||
| nginx.conf | ||
| package.json | ||
| postcss.config.cjs | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| vite.config.ts | ||