How to point Reasonix at your own OpenAI endpoint

Reasonix is hard-coded to talk to a provider endpoint, not to a model name. Adding a new endpoint is a [[providers]] entry in ~/.reasonix/config.toml and a matching API key in ~/.reasonix/.env. The same shape works for local llama.cpp, Ollama, vLLM, and remote gateways. Common endpoints Provider base_url Sample model API key env Ollama (local) http://127.0.0.1:11434/v1... » read more

Run Qwen3 and MiniCPM5-1B Locally on Linux with llama.cpp (2026 Guide)

dean
title: “Run Qwen3 and MiniCPM5-1B Locally on Linux with llama.cpp (2026 Guide)” date: 2026-07-14 categories: [“linux-software”] tags: [“llama.cpp”, “qwen3”, “minicpm5”, “local-llm”, “ai”, “ollama”, “ubuntu”, “fedora”, “arch”, “gpu-inference”] Run Qwen3 and MiniCPM5-1B Locally on Linux with llama.cpp (2026 Guide) In 2026, running a real large language model on your own Linux machine is no longer exotic.... » read more