从新提交到gitee 仓库
This commit is contained in:
@@ -912,6 +912,12 @@ class Dialog(DataBaseModel):
|
||||
help_text="is it validate(0: wasted, 1: validate)",
|
||||
default="1",
|
||||
index=True)
|
||||
# tts_id added by cyx 为每一个对话助理设置相应的tts
|
||||
tts_id = CharField(
|
||||
max_length=256,
|
||||
null=True,
|
||||
help_text="default tts model ID",
|
||||
index=True)
|
||||
|
||||
class Meta:
|
||||
db_table = "dialog"
|
||||
|
||||
Reference in New Issue
Block a user