Forráskód Böngészése

Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web

GH Action - Upstream Sync 1 éve
szülő
commit
b3f38f3264
2 módosított fájl, 2 hozzáadás és 1 törlés
  1. 1 1
      app/api/common.ts
  2. 1 0
      app/components/home.module.scss

+ 1 - 1
app/api/common.ts

@@ -26,7 +26,7 @@ export async function requestOpenai(req: NextRequest) {
   }
 
   if (!authValue || !authValue.startsWith("Bearer sk-")) {
-    console.error("[OpenAI Request] invlid api key provided", authValue);
+    console.error("[OpenAI Request] invalid api key provided", authValue);
   }
 
   return fetch(`${baseUrl}/${openaiPath}`, {

+ 1 - 0
app/components/home.module.scss

@@ -335,6 +335,7 @@
   padding: 20px;
   padding-bottom: 40px;
   position: relative;
+  overscroll-behavior: none;
 }
 
 .chat-body-title {