From 1fafbb0fb8cbcf40f2ba14c0e000059d4c00b247 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 18 Nov 2025 12:33:54 -0800 Subject: [PATCH] tests --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 988593b088..da33078d86 100644 --- a/docs/config.md +++ b/docs/config.md @@ -921,7 +921,7 @@ Valid values: | Key | Type / Values | Notes | | ------------------------------------------------ | ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -| `model` | string | Model to use (e.g., `codex-auto`). | +| `model` | string | Model to use (e.g., `codex-auto`). | | `model_provider` | string | Provider id from `model_providers` (default: `openai`). | | `model_context_window` | number | Context window tokens. | | `model_max_output_tokens` | number | Max output tokens. |