Skip to content

v0.0.56

Latest
Compare
Choose a tag to compare
@aconchillo aconchillo released this 06 Feb 21:53
· 10 commits to main since this release
d4b2160

Changed

  • Use gemini-2.0-flash-001 as the default model for GoogleLLMSerivce.

  • Improved foundational examples 22b, 22c, and 22d to support function calling. With these base examples, FunctionCallInProgressFrame and FunctionCallResultFrame will no longer be blocked by the gates.

Fixed

  • Fixed a TkLocalTransport and LocalAudioTransport issues that was causing errors on cleanup.

  • Fixed an issue that was causing tests.utils import to fail because of logging setup.

  • Fixed a SentryMetrics issue that was preventing any metrics to be sent to Sentry and also was preventing from metrics frames to be pushed to the pipeline.

  • Fixed an issue in BaseOutputTransport where incoming audio would not be resampled to the desired output sample rate.

  • Fixed an issue with the TwilioFrameSerializer and TelnyxFrameSerializer where twilio_sample_rate and telnyx_sample_rate were incorrectly initialized to audio_in_sample_rate. Those values currently default to 8000 and should be set manually from the serializer constructor if a different value is needed.

Other

  • Added a new sentry-metrics example.