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

@@ -0,0 +1,18 @@
# Generated by Django 6.0 on 2026-04-27 12:31
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('flowchart', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='flowchartsubmission',
name='ai_model',
field=models.CharField(default='deepseek-v4-flash', max_length=50),
),
]