mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 05:03:43 +08:00
Merge remote
This commit is contained in:
@@ -29,7 +29,7 @@ declare global {
|
||||
|
||||
// google only
|
||||
GOOGLE_API_KEY?: string;
|
||||
GOOGLE_URL?: string;
|
||||
GOOGLE_BASE_URL?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -87,7 +87,7 @@ export const getServerSideConfig = () => {
|
||||
|
||||
isGoogle,
|
||||
googleApiKey: process.env.GOOGLE_API_KEY,
|
||||
googleUrl: process.env.GOOGLE_URL,
|
||||
googleBaseUrl: process.env.GOOGLE_BASE_URL,
|
||||
|
||||
needCode: ACCESS_CODES.size > 0,
|
||||
code: process.env.CODE,
|
||||
|
||||
Reference in New Issue
Block a user