Skip to content
Snippets Groups Projects
Unverified Commit c8297994 authored by KevinHuSh's avatar KevinHuSh Committed by GitHub
Browse files

fix user registration issue (#248)

### What problem does this PR solve?
Issue link: #247
### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
parent 373946ef
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment