mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
Merge pull request #74 from rowboatlabs/dev
fix copilot streaming display
This commit is contained in:
commit
6f304e6e71
1 changed files with 2 additions and 0 deletions
|
|
@ -262,6 +262,8 @@ export function Messages({
|
||||||
role: 'assistant',
|
role: 'assistant',
|
||||||
content: streamingResponse
|
content: streamingResponse
|
||||||
}]);
|
}]);
|
||||||
|
} else {
|
||||||
|
setDisplayMessages(messages);
|
||||||
}
|
}
|
||||||
}, [messages, loadingResponse, streamingResponse]);
|
}, [messages, loadingResponse, streamingResponse]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue