feat: 兼容旧版的动态选择模型
This commit is contained in:
10
constants.py
Normal file
10
constants.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from enum import IntEnum, unique
|
||||
|
||||
|
||||
@unique
|
||||
class ChatType(IntEnum):
|
||||
UnKnown = 0 # 未知, 即未设置
|
||||
TIGER_BOT = 1 # TigerBot
|
||||
CHATGPT = 2 # ChatGPT
|
||||
XINGHUO_WEB = 3 # 讯飞星火
|
||||
ChatGLM = 4 # ChatGLM
|
||||
Reference in New Issue
Block a user