🚸 (openai) Display OpenAI initial response error
This commit is contained in:
@@ -105,6 +105,7 @@ export const ConversationContainer = (props: Props) => {
|
||||
})
|
||||
|
||||
const streamMessage = (content: string) => {
|
||||
console.log('STREAM', content)
|
||||
setIsSending(false)
|
||||
const lastChunk = [...chatChunks()].pop()
|
||||
if (!lastChunk) return
|
||||
|
||||
Reference in New Issue
Block a user