From dac8639d7552ca09077b589aa603d86e6c57a53b Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 6 Jul 2025 13:59:13 +0000 Subject: [PATCH] deploy: 502d9b7d30a1f5940ecdb786b4f71ebf57b1ac13 --- options.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/options.xhtml b/options.xhtml index fa3743c68..b373ce613 100644 --- a/options.xhtml +++ b/options.xhtml @@ -22025,8 +22025,8 @@ strings concatenated with ā€œ\nā€

-

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 value

Example:

{
   model = "gemma3:latest";
-  provider = "ollama";
-  providers = {
+  model_provider = "ollama";
+  model_providers = {
     ollama = {
       name = "Ollama";
       baseURL = "http://localhost:11434/v1";