add chatglm support

This commit is contained in:
csunny
2023-05-21 16:30:03 +08:00
parent 5ec1f413b6
commit a3fae0bdf2
2 changed files with 7 additions and 2 deletions

View File

@@ -15,6 +15,9 @@ DB_SETTINGS = {
"port": CFG.LOCAL_DB_PORT
}
ROLE_USER = "USER"
ROLE_ASSISTANT = "Assistant"
class SeparatorStyle(Enum):
SINGLE = auto()
TWO = auto()