Skip to content

v1.0.0

Compare
Choose a tag to compare
@flatypus flatypus released this 25 Nov 11:03
· 43 commits to main since this release

The first production ready release of flowchat, also here on github!

  • Includes streaming! Accessible through the .stream() function, you can use this instead of a final pull; as it directly returns a generator, you should only use this function at the end. Due to openai complications, token count will not be counted with streams.
  • Check out example usage in examples!

I'm also happy to say that flowchat has worked very well in many of my personal projects as well; we have some plans for taking it to the next level, hopefully it'll get released! Let me know if you have any feedback as well.

Cheers!