feat:大幅优化聊天流控制,更精准简洁
This commit is contained in:
@@ -137,7 +137,8 @@ class Messages(BaseModel):
|
||||
key_words_lite = TextField(null=True)
|
||||
|
||||
is_mentioned = BooleanField(null=True)
|
||||
|
||||
is_at = BooleanField(null=True)
|
||||
reply_probability_boost = DoubleField(null=True)
|
||||
# 从 chat_info 扁平化而来的字段
|
||||
chat_info_stream_id = TextField()
|
||||
chat_info_platform = TextField()
|
||||
|
||||
Reference in New Issue
Block a user