mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
LiteLLM supports and is often used without authentication in self-hosted or local environments. This change makes the API key field optional so users can configure LiteLLM with just a base URL. Changes: - Remove API key requirement from validation (require only base URL) - Update Refresh Models button to work without API key - Make apiKey optional in LiteLLM type definition - Update fetcher to accept undefined apiKey and skip Auth header - Update webviewMessageHandler to only require baseUrl - Add validation.baseUrl translation key - Add tests for no-API-key scenarios Closes #11918 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||