pepperoni21 / ollama-rs

A Rust library allowing to interact with the Ollama API.
MIT License
367 stars 47 forks source link

Add streaming feature with chat history #55

Closed izyuumi closed 1 week ago

izyuumi commented 1 week ago

This PR adds the ability to stream output while using the chat-history feature.

Fixes #41

pepperoni21 commented 1 week ago

Thanks, I was not sure it was even possible to implement that haha