v0.0.41

pipecat-ai/pipecatv0.0.41Sep 10, 2024by aconchillo

AI Summary

Added LivekitFrameSerializer and fixed bugs in FastAPI and Anthropic services. Corrected errors in the studypal example.

Key Highlights

  • Added `LivekitFrameSerializer` for audio frame serialization.
  • Fixed variable name clash in `FastAPIWebsocketOutputTransport`.
  • Fixed Anthropic LLM service issue with empty arguments in function calling.

New Features

  • LivekitFrameSerializer
  • Bug fixes for FastAPI and Anthropic services

Full Release Notes

### Added

- Added `LivekitFrameSerializer` audio frame serializer.

### Fixed

- Fix `FastAPIWebsocketOutputTransport` variable name clash with subclass.

- Fix an `AnthropicLLMService` issue with empty arguments in function calling.

### Other

- Fixed `studypal` example errors.