add ai models

This commit is contained in:
xie7654
2025-07-11 15:55:49 +08:00
parent ec30340b43
commit 62bba7d23f
9 changed files with 1541 additions and 407 deletions

View File

@@ -18,4 +18,9 @@ class PlatformChoices(models.TextChoices):
ZHIPU = 'ZhiPu', '智谱'
MINIMAX = 'MiniMax', 'MiniMax'
MOONSHOT = 'Moonshot', '月之暗灭'
BAICHUAN = 'BaiChuan', '百川智能'
BAICHUAN = 'BaiChuan', '百川智能'
class MessageType(models.TextChoices):
USER = 'user', '用户发送'
ASSISTANT = 'assistant', '模型回复'