From dfea51cfa4a8e5690c38ba07795b2d0bc75293a0 Mon Sep 17 00:00:00 2001 From: xiamuceer Date: Sat, 8 Nov 2025 17:26:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:1.=E4=BF=AE=E5=A4=8DAI=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=BB=84=E7=BB=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/api/organizations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/api/organizations.py b/backend/app/api/organizations.py index d199076..f6e01a4 100644 --- a/backend/app/api/organizations.py +++ b/backend/app/api/organizations.py @@ -534,7 +534,7 @@ async def generate_organization( history = GenerationHistory( project_id=request.project_id, prompt=prompt, - generated_content=ai_response, + generated_content=ai_content, model=user_ai_service.default_model ) db.add(history)