mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 02:51:07 +00:00
add chatglm support
This commit is contained in:
@@ -15,6 +15,9 @@ DB_SETTINGS = {
|
||||
"port": CFG.LOCAL_DB_PORT
|
||||
}
|
||||
|
||||
ROLE_USER = "USER"
|
||||
ROLE_ASSISTANT = "Assistant"
|
||||
|
||||
class SeparatorStyle(Enum):
|
||||
SINGLE = auto()
|
||||
TWO = auto()
|
||||
|
Reference in New Issue
Block a user