llm_calculator/js
Arseniy Romenskiy fb2d114d38 Add HuggingFace model auto-fetch feature
- Added model identifier input field with Fetch button
- Added loading indicator for fetch operation
- Added async handleHfFetch function to fetch config from HuggingFace
- Fetches config from https://huggingface.co/{model}/blob/main/config.json
- Replaces current config when fetch is successful
- Shows 'Model not found' error for 404 responses
- Sets focus on model input after successful fetch
- Added translations for new fields
2026-04-12 01:52:34 +03:00
..
app.js Add HuggingFace model auto-fetch feature 2026-04-12 01:52:34 +03:00
calculation.js Create LLM context memory calculator with: 2026-04-12 00:05:56 +03:00