change to v4 flash

This commit is contained in:
2026-04-27 06:32:06 -06:00
parent 9e10be4618
commit c0c5be9420
4 changed files with 38 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class FlowchartSubmission(models.Model):
# 处理信息
ai_provider = models.CharField(max_length=50, default='deepseek')
ai_model = models.CharField(max_length=50, default='deepseek-chat')
ai_model = models.CharField(max_length=50, default='deepseek-v4-flash')
processing_time = models.FloatField(null=True, blank=True) # AI处理耗时(秒)
evaluation_time = models.DateTimeField(null=True, blank=True) # 评分完成时间