Skip to content

Commit

Permalink
fix: message annotation display (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 authored May 28, 2024
1 parent 4d931e1 commit 3b14120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/ai/AppChatStream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ export class AppChatStream extends ReadableStream<StreamString> {
{
headers: {
'X-CreateRag-Session': this.sessionId,
'Content-Type': 'text/event-stream; charset=utf-8',
'X-Content-Type-Options': 'nosniff',
},
});
}
Expand Down

0 comments on commit 3b14120

Please sign in to comment.