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

6 lines
112 B
Python
Raw Normal View History

2024-12-20 16:04:03 +08:00
class ResponseCode:
SUCCESS = 200
BAD_REQUEST = 400
NOT_FOUND = 404
INTERNAL_SERVER_ERROR = 500