(20250123) Listing permitted from disabled accounts, new activity not allowed.
This commit is contained in:
@@ -153,10 +153,7 @@ async def invoke_llm(
|
||||
|
||||
# If the session token is invalid/expired:
|
||||
if kwargs.get("session_info") is None:
|
||||
return ResponseModel(
|
||||
status_code = StatusCodes.FAILED,
|
||||
http_code = HttpCodes.UNAUTHORIZED
|
||||
)
|
||||
return constants.API_RESPONSE_UNAUTHORIZED
|
||||
|
||||
# ┳ ┓
|
||||
# ┃┏┓┓┏┏┓┃┏┏┓
|
||||
|
||||
Reference in New Issue
Block a user