diff --git a/api/apps/user_app.py b/api/apps/user_app.py
index 55f5d293b9981dc7554b7968e21ebe0d0e85fcec..31fc6855207d25aac6ca5b417ef052b4a13e9214 100644
--- a/api/apps/user_app.py
+++ b/api/apps/user_app.py
@@ -221,7 +221,7 @@ def user_register(user_id, user):
                            "llm_name": llm.llm_name,
                            "model_type": llm.model_type,
                            "api_key": API_KEY,
-                           "base_url": LLM_BASE_URL
+                           "api_base": LLM_BASE_URL
                            })
 
     if not UserService.save(**user):