docs: Fix up some invalid JSON in OpenAI configuration example (#30663)

This commit is contained in:
Thomas David Baker
2025-05-14 11:19:01 +00:00
committed by GitHub
parent 09503333af
commit ea5b289459
+2 -2
View File
@@ -207,9 +207,9 @@ The Zed Assistant comes pre-configured to use the latest version for common mode
"max_tokens": 128000,
"max_completion_tokens": 20000
}
]
],
"version": "1"
},
}
}
}
```