Using Scikit‑LLM with Open‑Source LLMs
This article shows how to use locally hosted open‑source LLMs (Llama 3, Mistral, Gemma) via Ollama together with Scikit‑LLM to perform zero‑shot text classification, all for free.
入选理由:通过 `ollama run <model>` 可在本地拉取并运行 Llama 3、Mistral 或 Gemma,端口默认 11434。

