Skip to content

Releases: davidmyersdev/vellma

v0.8.1

19 May 00:23
v0.8.1
91b2b32
Compare
Choose a tag to compare
  • Consolidate the ChatMessage type

v0.8.0

15 May 13:05
v0.8.0
5eab552
Compare
Choose a tag to compare
  • Add support for openai message attachments

v0.7.0

02 Sep 21:39
v0.7.0
361acbc
Compare
Choose a tag to compare
  • Use dynamic imports for Node dependencies to help with bundling
  • Make errors in useChat tool invocations respect retry logic
  • Update the interface for the storage peripheral (breaking)

v0.5.0

16 Aug 17:46
v0.5.0
422c85b
Compare
Choose a tag to compare
  • Stream data via generators by default (a breaking change to the main useChat interface)
  • Add helpers to aggregate data when streaming is not desired (e.g. toValue)
  • Drop unnecessary dependencies and make others optional peers
  • Add support for gpt-3.5-turbo-16k model
  • Allow models to be specified in useChat call
  • Add val.town code runner adapter
  • Add web browser tool