Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Dec 3, 2024
1 parent 1296c23 commit b516121
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default function ChatSection() {
} = useChat({
api: process.env.NEXT_PUBLIC_CHAT_API,
headers: {
"Content-Type": "application/json", // using JSON because of vercel/ai 2.2.26
"X-Session-Id": sessionId,
"X-User-Id": userId,
},
Expand Down

0 comments on commit b516121

Please sign in to comment.