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