GitHub Actions commited on
Commit
55b82b7
·
1 Parent(s): 707118d

Sync from GitHub repo

Browse files
Files changed (1) hide show
  1. models.py +6 -0
models.py CHANGED
@@ -498,6 +498,12 @@ def insert_initial_models():
498
  is_open=False,
499
  model_url="http://minimax.io/",
500
  ),
 
 
 
 
 
 
501
  ]
502
  conversational_models = [
503
  Model(
 
498
  is_open=False,
499
  model_url="http://minimax.io/",
500
  ),
501
+ Model(
502
+ id="lanternfish-1",
503
+ name="Lanternfish",
504
+ model_type=ModelType.TTS,
505
+ is_open=False,
506
+ ),
507
  ]
508
  conversational_models = [
509
  Model(