mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
* add more details * format details better * fix tests * fix: address PR #6190 review feedback - Move huggingface-models.ts to src/api/providers/fetchers/huggingface.ts - Remove 'any' types and add proper TypeScript interfaces - Add missing i18n keys and translations for all languages - Replace magic numbers with named constants - Add JSDoc documentation for HuggingFaceModel interface - Improve error handling in API endpoint - Update model capabilities display to match other providers - Remove tool calling display (not used) - Add comprehensive test coverage for new UI features * fix: preserve HuggingFace provider details in model response - Store raw HuggingFace models in cache to preserve provider information - Export getCachedRawHuggingFaceModels to retrieve full model data - Update huggingface-models.ts to return cached raw models when available - Include provider name in model descriptions - Always add provider-specific variants to show all available providers - Remove console.log statements from fetcher --------- Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com> |
||
|---|---|---|
| .. | ||
| 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 | ||