From 5ae5471cbd6cd287389111503285cf5ae8b0cb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Thu, 24 Apr 2025 17:45:25 +0800 Subject: [PATCH] . --- apps/pr/management/commands/init_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )