mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
fixed binding settings
This commit is contained in:
parent
d182a45049
commit
4c9592c0b0
@ -244,7 +244,7 @@ def get_active_binding_settings():
|
||||
@router.post("/set_active_binding_settings")
|
||||
async def set_active_binding_settings(request: Request):
|
||||
data = await request.json()
|
||||
check_access(data["client_id"])
|
||||
check_access(lollmsElfServer,data["client_id"])
|
||||
settings = data["settings"]
|
||||
"""
|
||||
Sets the active binding settings.
|
||||
|
Loading…
Reference in New Issue
Block a user