Roo-Code/src/api
Daniel 0504199ce4
refactor: consolidate HuggingFace models API into providers/fetchers (#6228)
refactor: move HuggingFace models API to providers/fetchers

- Moved getHuggingFaceModels functionality from src/api/huggingface-models.ts to src/api/providers/fetchers/huggingface.ts
- Added getHuggingFaceModelsWithMetadata function to maintain the same API interface
- Updated import in webviewMessageHandler.ts to use the new location
- Deleted the now redundant src/api/huggingface-models.ts file

This consolidates all HuggingFace-related API logic into a single location within the providers/fetchers directory structure.
2025-07-25 20:39:18 -04:00
..
providers refactor: consolidate HuggingFace models API into providers/fetchers (#6228) 2025-07-25 20:39:18 -04:00
transform Update the max-token calculation in model-params to use the shared logic (#5720) 2025-07-15 02:20:22 -04:00
index.ts basic hugging face provider (#6134) 2025-07-23 15:19:23 -04:00