准备修改大模型对话输出的文本的tts生成为stream_call,进行备份提交
This commit is contained in:
@@ -1036,6 +1036,7 @@ class MesumOverview(DataBaseModel):
|
||||
help_text="AI对话ID",
|
||||
index=False)
|
||||
|
||||
free = IntegerField(default=0, index=False)
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user