This commit is contained in:
张建平 2025-04-24 17:45:25 +08:00
parent 4277547e19
commit 5ae5471cbd

View File

@ -8,7 +8,7 @@ class Command(BaseCommand):
def handle(self, *args, **options):
ai_config, created = models.AIConfig.objects.get_or_create(
api_base="http://110.40.24.85:3000/v1",
api_base="https://api-n-cd.playones.com/v1",
api_key="sk-YLeQEboTsCEzfbmhbnytWRPyuC8Swe7OsBRKH30X26Jf1fsm",
llm_model="o3-mini",
)