Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 8, 2023
2 parents 67f5871 + 24cd905 commit 44fbc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`, {
Expand Down
1 change: 1 addition & 0 deletions app/components/home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
padding: 20px;
padding-bottom: 40px;
position: relative;
overscroll-behavior: none;
}

.chat-body-title {
Expand Down

0 comments on commit 44fbc2e

Please sign in to comment.