GitHub Actions commited on
Commit
ff6edf2
·
1 Parent(s): 87f7c84

Sync from GitHub repo

Browse files
Files changed (1) hide show
  1. models.py +2 -1
models.py CHANGED
@@ -500,9 +500,10 @@ def insert_initial_models():
500
  ),
501
  Model(
502
  id="lanternfish-1",
503
- name="Lanternfish",
504
  model_type=ModelType.TTS,
505
  is_open=False,
 
506
  ),
507
  ]
508
  conversational_models = [
 
500
  ),
501
  Model(
502
  id="lanternfish-1",
503
+ name="OpenAudio S1",
504
  model_type=ModelType.TTS,
505
  is_open=False,
506
+ model_url="https://fish.audio/",
507
  ),
508
  ]
509
  conversational_models = [