Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Aug 1, 2024
1 parent deacf87 commit b24b796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ai-chat/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
});
return result.toDataStreamResponse({
headers: {
"Content-Type": "text/x-workers-ai",
"Content-Type": "text/x-unknown",
"content-encoding": "identity",
"transfer-encoding": "chunked",
},
Expand Down

0 comments on commit b24b796

Please sign in to comment.