修改错误提示

This commit is contained in:
CaIon
2023-12-01 01:29:13 +08:00
parent cddcf9caaa
commit 6e744bd1a3
6 changed files with 14 additions and 6 deletions

View File

@@ -331,7 +331,7 @@ func RelayMidjourney(c *gin.Context) {
func RelayNotImplemented(c *gin.Context) {
err := OpenAIError{
Message: "API not implemented",
Type: "one_api_error",
Type: "new_api_error",
Param: "",
Code: "api_not_implemented",
}