GH Action - Upstream Sync 2 years ago
commit b3f38f3264

@ -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}`, {

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

Loading…
Cancel
Save