mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Update error descriptions in API documentation for clarity
This commit is contained in:
@@ -762,7 +762,7 @@ const docTemplate = `{
|
||||
"description": "OpenAI response"
|
||||
},
|
||||
"400": {
|
||||
"description": "Invalid request body or model name",
|
||||
"description": "Invalid request body or instance name",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -755,7 +755,7 @@
|
||||
"description": "OpenAI response"
|
||||
},
|
||||
"400": {
|
||||
"description": "Invalid request body or model name",
|
||||
"description": "Invalid request body or instance name",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -556,7 +556,7 @@ paths:
|
||||
"200":
|
||||
description: OpenAI response
|
||||
"400":
|
||||
description: Invalid request body or model name
|
||||
description: Invalid request body or instance name
|
||||
schema:
|
||||
type: string
|
||||
"500":
|
||||
|
||||
Reference in New Issue
Block a user