HandyLLM v0.7.6
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 toeval(...)
,run(...)
andarun(...)
for convenience
Changed
- merging different versions of
var_map
from method argument or from anotherRunConfig
, instead of replacing it as a whole - rename
RunConfig.to_dict
'sretain_fd
arg toretain_object