From dac8639d7552ca09077b589aa603d86e6c57a53b Mon Sep 17 00:00:00 2001
From: khaneliman
Configuration written to ~/.codex/config.yaml.
-See https://github.com/openai/codex#configuration-guide for supported values.
Configuration written to ~/.codex/config.toml (0.2.0+) or ~/.codex/config.yaml (<0.2.0).
+See https://github.com/openai/codex/blob/main/codex-rs/config.md for supported values.
Type: YAML 1.1 value
@@ -22036,8 +22036,8 @@ YAML 1.1 valueExample:
{
model = "gemma3:latest";
- provider = "ollama";
- providers = {
+ model_provider = "ollama";
+ model_providers = {
ollama = {
name = "Ollama";
baseURL = "http://localhost:11434/v1";