sahil suman
e04da334d7
add support for openrouter.
...
Signed-off-by: sahil suman <sahilsuman933@gmail.com >
2025-01-11 17:50:58 +05:30
Mark Backman
86516d2415
PlayHTHttpTTSService fixes
2025-01-10 13:21:27 -05:00
Mark Backman
cb22de0d13
Update the Tavus example and comment about using the PERSONA_ID
2025-01-10 08:01:00 -05:00
Filipi Fuchter
58bfcc8370
Fixing GeminiMultimodalLiveLLMService function calling when using with pipecat-flows.
2025-01-09 12:22:37 -03:00
Mark Backman
c23c9e046c
Add setters for model and voice to RimeHttpTTSService
2025-01-08 14:17:32 -05:00
Mert Sefa AKGUN
40e9ee6d63
fix(examples): correct import order in Gemini example
...
- Move `CartesiaMultiLingualTTSService` import to maintain proper order.
- Reorganize `enum` import to adhere to styling standards.
2025-01-08 21:14:29 +03:00
Mert Sefa AKGUN
a729834482
refactor(gemini): reposition WebSocket connection code
...
Move WebSocket connection setup earlier in the function for better
organization and to prepare for subsequent configuration steps.
2025-01-08 19:29:36 +03:00
Mert Sefa AKGUN
94a6f1086e
feat(gemini): change default modality to AUDIO
...
Modify the default modality in the `InputParams` class from TEXT to AUDIO
to better align with the intended use case for GeminiMultimodalLive
service.
2025-01-08 19:29:36 +03:00
Mert Sefa AKGUN
b42d3a8257
feat(gemini): add modality configuration for GeminiMultimodalLive
...
- Introduce `GeminiMultimodalModalities` enum for modality options.
- Add modality field to `InputParams`, defaulting to text.
- Simplify modality setup with `set_model_modalities` method.
- Refactor WebSocket configuration to support dynamic response modalities.
2025-01-08 19:29:36 +03:00
Mert Sefa AKGUN
12ae980abe
feat(gemini): handle full text response in GeminiMultimodalLive
...
- Add a buffer to store bot text responses.
- Push a `LLMFullResponseStartFrame` when text begins.
- Clear the text buffer and send `LLMFullResponseEndFrame` after processing.
2025-01-08 19:29:36 +03:00
Mert Sefa AKGUN
c72c3025f6
feat(gemini): add configuration methods for response modalities
...
- Introduce `set_model_only_audio` and `set_model_only_text` methods
to toggle between audio-only and text-only response modes in
`GeminiMultimodalLiveLLMService`.
- Refactor configuration setup to a class attribute for improved
reusability and maintenance.
- Remove redundant configuration instantiation in the WebSocket
connection setup process.
2025-01-08 19:29:35 +03:00
Mert Sefa AKGUN
5cbd719780
feat(gemini): add text handling to GeminiMultimodalLive
...
- Introduce text attribute in Part class for handling string data.
- Incorporate text processing in GeminiMultimodalLiveLLMService to push TextFrame if text is present.
2025-01-08 19:29:35 +03:00
Vaibhav159
af90d65b3b
adding session timeout example in websocket-server example
2025-01-08 10:43:10 +05:30
Vaibhav159
c8569a7b67
Merge remote-tracking branch 'upstream/main' into vl_feature_websocket_fastapi_timeout
2025-01-08 10:21:36 +05:30
Vaibhav159
0ecd98c873
Merge branch 'main' into vl_feature_websocket_fastapi_timeout
2025-01-08 10:20:55 +05:30
Mark Backman
6f863ba2c6
Merge pull request #938 from jcbjoe/jg/optional-authentication-polly
...
Changed Polly authentication params to be optional
2025-01-07 15:37:23 -05:00
Vaibhav159
787ade41f3
adding missing doc string
2025-01-08 00:58:01 +05:30
Vaibhav159
f37626f81d
adding more daily room params
2025-01-07 21:38:05 +05:30
Joe Garlick
79afe7ec2a
Changed: Polly authentication information to be optional
2025-01-07 11:43:57 +00:00
Mark Backman
12b5c5a646
Fix truncation timing of OpenAIRealtimeBetaLLMService
2025-01-06 15:37:58 -05:00
Mark Backman
3e1ec4a8ee
Added support for Google Journey TTS voices
2025-01-06 14:54:34 -05:00
Mark Backman
a1377b7f1a
Merge pull request #924 from xtreme-sameer-vohra/patch-1
...
Update frames.py
2025-01-06 14:13:10 -05:00
Mark Backman
4667624b60
Update copyright to 2025
2025-01-06 10:19:37 -05:00
Sameer Vohra
d07ba80572
Update frames.py
...
fix minor typo in docs
2025-01-05 22:57:54 -05:00
Kwindla Hultman Kramer
ab3bcde5f7
Merge pull request #907 from pipecat-ai/khk/gemini-20241221
...
Gemini unary API fixes and natural conversation demo
2024-12-23 17:34:57 -08:00
Kwindla Hultman Kramer
a5e985094b
remove stray line
2024-12-22 19:45:57 -08:00
Aleix Conchillo Flaqué
c04c69df95
transports(base_output): fix duplicate push_frame()
2024-12-22 14:43:38 -08:00
Mark Backman
469c13c07e
Merge pull request #903 from pipecat-ai/mb/send-prebuilt-chat
...
Add the ability to send_prebuilt_chat_message when using the DailyTra…
2024-12-22 14:33:50 -05:00
Kwindla Hultman Kramer
ab5df1a236
feature complete gemini audio, transcription, and phrase endpointing demo
2024-12-22 11:19:02 -08:00
Kwindla Hultman Kramer
f5f0de00e4
still some cleanup to do
2024-12-21 23:04:00 -08:00
Kwindla Hultman Kramer
53a5e63990
function calling dead-end
2024-12-21 18:10:25 -08:00
Kwindla Hultman Kramer
59240c7b96
delay gemini multimodal live websocket connect
2024-12-21 14:36:37 -08:00
Mark Backman
6c11753985
Add the ability to send_prebuilt_chat_message when using the DailyTransport
2024-12-21 14:04:46 -05:00
Mark Backman
6fabb7e7d5
Fix metrics calculations
2024-12-21 13:25:43 -05:00
Mark Backman
627c91f4a6
Flush the audio
2024-12-21 12:52:28 -05:00
Mark Backman
dac4468ca1
Add Fish Audio TTS service
2024-12-21 12:42:56 -05:00
Mark Backman
503eddf7d6
Merge pull request #897 from pipecat-ai/mb/update-playht
...
Update PlayHT to use the latest Websocket connection endpoint
2024-12-20 20:31:41 -05:00
Aleix Conchillo Flaqué
1a0f6f2a21
Merge pull request #898 from pipecat-ai/aleix/reset-input-queue-flag-if-interruption
...
frame_processor: reset input queue flag with interruptions
2024-12-20 13:58:12 -08:00
Aleix Conchillo Flaqué
43759295cc
frame_processor: reset input queue flag with interruptions
2024-12-20 09:33:20 -08:00
Mark Backman
900b95eb92
Update PlayHT to use the latest Websocket connection endpoint
2024-12-20 10:44:47 -05:00
Mark Backman
9554804a49
Update 11L default model, allow language to be used by more models
2024-12-19 20:33:58 -05:00
Mark Backman
656cbc35e1
Make auto_mode an input parametere for ElevenLabsTTSService; add changelog entry
2024-12-19 20:33:56 -05:00
Aleix Conchillo Flaqué
8b496f8c6f
transports(daily): daily-python 0.14.0 (SIP transfer/refer, DTMF)
2024-12-19 17:08:29 -08:00
Aleix Conchillo Flaqué
15047f5f0a
Merge pull request #885 from pipecat-ai/aleix/parallelpipeline-wait-for-slowest-endframe
...
pipeline(parallel): wait for slowest endframe
2024-12-19 15:18:22 -08:00
Aleix Conchillo Flaqué
e08c24dc41
Merge pull request #883 from pipecat-ai/aleix/base-output-transport-avoid-pushing-endframe
...
transport(base output): avoid pushing EndFrame twice
2024-12-19 11:26:31 -08:00
Aleix Conchillo Flaqué
5341739ece
transport(base output): avoid pushing EndFrame twice
2024-12-19 11:19:49 -08:00
Louis Jordan
b7b8e59e9e
feat: set auto_mode=true - ElevenLabs tts WSS
2024-12-19 16:57:17 +00:00
Mark Backman
6e0d3aef32
Merge pull request #860 from pipecat-ai/mb/transcription
...
Add a TranscriptProcessor and new frames
2024-12-19 08:15:53 -05:00
Mark Backman
c9dd906057
Tailor chat completion inputs to Cerebras API
2024-12-19 08:10:33 -05:00
Mark Backman
4f093f11db
Add CerebrasLLMService and foundational example
2024-12-19 08:10:31 -05:00