mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
session or email is not available
This commit is contained in:
parent
4b66ba8821
commit
04ed030276
@ -123,7 +123,7 @@ export class ChatGPTApi implements LLMApi {
|
|||||||
// ... rest of your API route logic ...
|
// ... rest of your API route logic ...
|
||||||
} else {
|
} else {
|
||||||
// Handle cases where the session or email is not available
|
// Handle cases where the session or email is not available
|
||||||
res.status(401).json({ error: 'Unauthorized' });
|
console.log("API Call: session or email is not available - model: ", modelIdentifier);
|
||||||
}
|
}
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user