merge with upstream

This commit is contained in:
Andrew Trokhymenko
2024-11-21 23:31:41 -05:00
parent 70d14df953
commit 074161024d
4 changed files with 17 additions and 24 deletions

View File

@@ -37,8 +37,6 @@ async function chatAction({ context, request }: ActionFunctionArgs) {
model: string
}>();
// console.log('ChatAction:', JSON.stringify(messages));
const cookieHeader = request.headers.get("Cookie");
// Parse the cookie's value (returns an object or null if no cookie exists)