🚸 (openai) Improve streaming bubble sequence and visual
This commit is contained in:
@@ -51,10 +51,7 @@ export const executeClientSideAction = async ({
|
||||
const { error, message } = await streamChat(context)(
|
||||
clientSideAction.streamOpenAiChatCompletion.messages,
|
||||
{
|
||||
onMessageStream: clientSideAction.streamOpenAiChatCompletion
|
||||
.displayStream
|
||||
? onMessageStream
|
||||
: undefined,
|
||||
onMessageStream,
|
||||
}
|
||||
)
|
||||
if (error)
|
||||
|
||||
Reference in New Issue
Block a user