update:升级表达方式0.1

This commit is contained in:
SengokuCola
2025-09-26 12:50:50 +08:00
parent 3a2685cf26
commit e79da24c23
4 changed files with 69 additions and 2 deletions

View File

@@ -302,6 +302,13 @@ class Expression(BaseModel):
situation = TextField()
style = TextField()
count = FloatField()
# new mode fields
context = TextField(null=True)
context_words = TextField(null=True)
full_context = TextField(null=True)
full_context_embedding = TextField(null=True)
last_active_time = FloatField()
chat_id = TextField(index=True)
type = TextField()