v4.1.0
What's Changed
Added
- Add
"anthropic/claude-2-1"
toLemurModel
type - Add
encoding
option to the real-time service and factory.encoding
can be"pcm_s16le"
or"pcm_mulaw"
. "pcm_mulaw"
is a newly supported audio encoding for the real-time service.
Changed
- Allow any string into
final_model
for LeMUR requests
@Swimburger in #29
Full Changelog: v4.0.1...v4.1.0