laelhalawani / glai

glai - GGUF LLAMA AI - Package for simplified model handling and text generation with Llama models quantized to GGUF format. APIs for downloading and loading models automatically, includes a db with models of various scale and quantizations. With this high level API you need one line to load the model and one to generate text completions.
https://laelhalawani.github.io/glai/
Other
5 stars 0 forks source link

Add streaming responses #42

Open iamianM opened 4 months ago

laelhalawani commented 4 months ago

Sure, should be quite easy to add.

laelhalawani commented 4 months ago

Contributions are welcome.