Instructions to use webxos/mochaclaw-js with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use webxos/mochaclaw-js with Transformers.js:
// ⚠️ Unknown pipeline tag
| # Inference backend: "ollama" (default) or "transformers" | |
| INFERENCE_BACKEND=ollama | |
| # Ollama settings | |
| OLLAMA_URL=http://localhost:11434 | |
| OLLAMA_MODEL=qwen2.5:0.5b | |
| # Transformers.js model (if used) | |
| TRANSFORMERS_MODEL=qwen2.5:0.5b | |