jonverrier / BraidEng

Engine code for an OpenAI assistant that likes to talk about AI, written using Typescript, Node.js, & the Azure stack. GPT-3 backed with a store of AI Canon documents.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Add support for streaming #29

Closed jonverrier closed 1 month ago

jonverrier commented 2 months ago

Need some notion of 'live' on a message, and then an onUpdate() api as a hook to get changes and to be notified if changes are finished.

jonverrier commented 1 month ago

Implemented in latest build.