mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
advanced chat support
This commit is contained in:
@ -15,7 +15,7 @@ class NotCompletionAppError(BaseHTTPException):
|
||||
|
||||
class NotChatAppError(BaseHTTPException):
|
||||
error_code = 'not_chat_app'
|
||||
description = "Please check if your Chat app mode matches the right API route."
|
||||
description = "Please check if your app mode matches the right API route."
|
||||
code = 400
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user