Skip to content

HandyLLM v0.7.6

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 16:03
· 246 commits to main since this release
fa798b4

Release HandyLLM v0.7.6.

Added

  • add RunConfig.on_chunk as callback for streamed chunks
  • add Azure tts example
  • add VM method to transform kwargs to % wrapped variable map dict
  • add var_map arg to eval(...), run(...) and arun(...) for convenience

Changed

  • merging different versions of var_map from method argument or from another RunConfig, instead of replacing it as a whole
  • rename RunConfig.to_dict's retain_fd arg to retain_object