From f28080a85c358affb1824886cdd36fbaaaf1a3d9 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 19 Feb 2025 16:05:52 +0000 Subject: [PATCH] docs: OpenAI settings example fix (#25112) --- docs/src/assistant/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/assistant/configuration.md b/docs/src/assistant/configuration.md index 7852afd9d719bd7a3031b4050c8f279a8e66ca28..144734829596618990042d247d6b73f8de4f01c6 100644 --- a/docs/src/assistant/configuration.md +++ b/docs/src/assistant/configuration.md @@ -184,8 +184,8 @@ The Zed Assistant comes pre-configured to use the latest version for common mode "max_completion_tokens": 20000 } ] + "version": "1" }, - "version": "1" } } ```