12345678910111213141516171819 |
- # Generated by Django 5.0.6 on 2024-07-09 08:06
- from django.db import migrations, models
- class Migration(migrations.Migration):
- dependencies = [
- ("commons", "0005_alter_llmmodel_parameters"),
- ]
- operations = [
- migrations.AlterField(
- model_name="evalconfig",
- name="description",
- field=models.TextField(blank=True, null=True),
- ),
- ]
|