diff --git a/apps/pr/management/commands/init_data.py b/apps/pr/management/commands/init_data.py index 1afc37f..53a3a29 100644 --- a/apps/pr/management/commands/init_data.py +++ b/apps/pr/management/commands/init_data.py @@ -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", )