micr0-dev / lexido

A terminal assistant, powered by Generative AI
GNU Affero General Public License v3.0
218 stars 8 forks source link

Added Local LLM Content Streaming #47

Closed micr0-dev closed 4 months ago

micr0-dev commented 4 months ago

Added content streaming for local LLMs this allows for faster access to the response before it is done generating. This is especially useful for slow models or really big models. I find it very useful for 17B and up models as you spend less time just waiting.