mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-07 22:53:41 +08:00
修改错误提示
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user