chore: 更改 provider.json 格式

This commit is contained in:
RockChinQ
2024-03-16 22:12:13 +08:00
parent 82763f8ec5
commit 867093cc88
7 changed files with 68 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ import importlib
from .. import stage, app
from ...config import migration
from ...config.migrations import m1_sensitive_word_migration
from ...config.migrations import m1_sensitive_word_migration, m2_openai_config_migration
@stage.stage_class("MigrationStage")