fix: Typo in openapi JSON (#6528)

This commit is contained in:
Akarshan Biswas 2025-09-19 12:53:39 +05:30 committed by GitHub
parent e1fa60be99
commit 991bbec53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@
}
}
},
"/chat/completion": {
"/chat/completions": {
"post": {
"summary": "Create chat completion",
"description": "Generates a completion for the supplied prompt. Streaming mode is supported. All extra options described in the documentation are optional and follow the OpenAIcompatible naming.",