Files
kirill 301f1110de devel/codex: import new port (version 0.93.0)
From Chris Cappuccio with tweaks by me and sthen@

OK: volker@ sthen@ (previous version)
2026-02-03 16:41:51 +00:00

16 lines
477 B
Plaintext

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------
You may use OpenAI commercial services or misc/llama.cpp, for the last
one you should add into ~/.codex/config.toml:
model_provider = "local"
model = "local"
web_search = "disabled"
[model_providers.local]
name = "llama-server"
base_url = "http://127.0.0.1:8080/v1"
wire_api = "responses"