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