From b58c9947066e0f145bdbc27ddc3edcb37f2b64bc Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Mon, 27 Jan 2025 10:17:51 -0500 Subject: [PATCH] docs: Example OpenAI model config missing version key (#23720) --- docs/src/assistant/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/assistant/configuration.md b/docs/src/assistant/configuration.md index 2126cd88c8..35c08b20f5 100644 --- a/docs/src/assistant/configuration.md +++ b/docs/src/assistant/configuration.md @@ -186,7 +186,8 @@ The Zed Assistant comes pre-configured to use the latest version for common mode "max_completion_tokens": 20000 } ] - } + }, + "version": "1" } } ```