mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
301f1110de
From Chris Cappuccio with tweaks by me and sthen@ OK: volker@ sthen@ (previous version)
16 lines
477 B
Plaintext
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"
|