diff --git a/app/api/common.ts b/app/api/common.ts index 861caf3..647b124 100644 --- a/app/api/common.ts +++ b/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}`, { diff --git a/app/components/home.module.scss b/app/components/home.module.scss index e8d0dba..247d70b 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -335,6 +335,7 @@ padding: 20px; padding-bottom: 40px; position: relative; + overscroll-behavior: none; } .chat-body-title {