修改错误提示

This commit is contained in:
CaIon
2023-12-01 01:29:13 +08:00
parent 823a7aa898
commit 35a3c61021
6 changed files with 14 additions and 6 deletions
+1 -1
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",
}