forked from XiaoMo/ChatGPT-Next-Web
fixup
This commit is contained in:
parent
cd9799588d
commit
469c8e9b00
@ -31,7 +31,6 @@ export function middleware(req: NextRequest) {
|
||||
// inject api key
|
||||
if (!token) {
|
||||
const apiKey = process.env.OPENAI_API_KEY;
|
||||
console.log("apiKey", apiKey);
|
||||
if (apiKey) {
|
||||
req.headers.set("token", apiKey);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user