mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
modelConfig.model
This commit is contained in:
parent
ea0e0f8cec
commit
fda1afdebd
@ -113,7 +113,7 @@ export class ChatGPTApi implements LLMApi {
|
||||
if (session?.user?.email) {
|
||||
// Now you have the user's email from the session
|
||||
const userEmail = session.user.email;
|
||||
const modelIdentifier = modelConfig.mode;
|
||||
const modelIdentifier = modelConfig.model;
|
||||
const dateKey = new Date().toISOString().slice(0, 7); // "YYYY-MM"
|
||||
console.log("API Call: ",token.email, modelIdentifier);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user