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

This commit is contained in:
Thomas David Baker 2025-05-14 04:19:01 -07:00 committed by GitHub
parent 09503333af
commit ea5b289459
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
},
}
}
}
```