moxin-org / moxin

Moxin: an AI LLM platform in pure Rust
https://www.moxin.app
Apache License 2.0
122 stars 17 forks source link

Support chat responses when stream option is off #135

Closed jmbejar closed 1 month ago

jmbejar commented 1 month ago

This adds support for chat interactions without streaming responses. #133 is adding a settings form with a toggle option to turn on/off the streaming, so it will be testable when it gets merged.