mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
19 lines
463 B
Python
19 lines
463 B
Python
# Generated by Django 4.2.15 on 2024-10-16 13:10
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('application', '0016_alter_chatrecord_problem_text'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='application',
|
|
name='tts_model_params_setting',
|
|
field=models.JSONField(default=dict, verbose_name='模型参数相关设置'),
|
|
),
|
|
]
|