Skip to content

Commit

Permalink
Update project TTS engine choices
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Feb 11, 2024
1 parent 1bb3761 commit 6c18a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ayushma/migrations/0051_project_tts_engine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.6 on 2024-02-09 08:58
# Generated by Django 4.2.6 on 2024-02-11 15:23

from django.db import migrations, models

Expand All @@ -13,7 +13,7 @@ class Migration(migrations.Migration):
model_name="project",
name="tts_engine",
field=models.SmallIntegerField(
choices=[(1, "Openai"), (2, "Google")], default=2
choices=[(1, "openai"), (2, "google")], default=2
),
),
]

0 comments on commit 6c18a39

Please sign in to comment.