Langchain-Chatchat/libs/chatchat-server/chatchat/server/constant/response_code.py

6 lines
112 B
Python

class ResponseCode:
SUCCESS = 200
BAD_REQUEST = 400
NOT_FOUND = 404
INTERNAL_SERVER_ERROR = 500