5 Commits
Author SHA1 Message Date
ryan.mcgee 94bfe50a20 Add CPU model option via Transformers.js (WebAssembly, no GPU required)
Build and Deploy / deploy (push) Successful in 44s
Uses HuggingFaceTB/SmolLM2-360M-Instruct (~200 MB) via ONNX Runtime
WASM through @huggingface/transformers. Users without WebGPU now see
the CPU option pre-selected in the provider modal rather than an error.
2026-05-26 11:04:26 -05:00
ryan.mcgee fd0b6996a6 Add model/provider selection to LLM guide feature
Build and Deploy / deploy (push) Successful in 49s
Users can now choose between three AI backends before generating
how-to guides: small in-browser model (Llama 3.2 1B, ~900 MB),
large in-browser model (Llama 3.2 3B, ~1.8 GB), or their own
Ollama instance with configurable URL and model name. A settings
button in the header lets users switch provider at any time without
re-downloading.
2026-05-26 10:40:24 -05:00
ryan.mcgee f9ae7ebe0c Add in-browser AI how-to guide generator via WebLLM
Build and Deploy / deploy (push) Failing after 11m47s
2026-05-26 10:30:51 -05:00
ryan.mcgee c9502c4f1d Add Unlocked filter: area unlock toggles and RuneLite area import
Build and Deploy / deploy (push) Successful in 46s
2026-05-26 10:03:23 -05:00
ryan.mcgee 0db69509b1 Add Zola site, task scraper, and project scaffolding
- Scrapes 1592 Demonic Pacts tasks from the OSRS Wiki into tasks.json
- Zola static site with OSRS-themed dark UI, filters, search, and progress tracking
- Client-side localStorage persistence and RuneLite JSON import/export
- Live countdown to league end date in the site header
2026-05-26 09:24:14 -05:00