Mark Backman
bc839492b6
Add support for DeepSeek LLM
2025-01-14 09:34:33 -05:00
Filipi da Silva Fuchter
4854645637
Merge pull request #960 from pipecat-ai/example_gemini_with_goolge_search
...
Example with Gemini using google search to retrieve news.
2025-01-14 10:07:15 -03:00
Mark Backman
da1878537b
Merge pull request #974 from pipecat-ai/mb/26d-example
...
Align 26d example with foundation norms
2025-01-12 19:44:31 -05:00
Mark Backman
f406d93b0f
Align 26d example with foundation norms
2025-01-12 19:19:16 -05:00
Aleix Conchillo Flaqué
95e69597f3
update copyright keeping original year (2024)
2025-01-12 11:34:00 -08:00
Aleix Conchillo Flaqué
710baa5e17
Merge pull request #973 from pipecat-ai/aleix/simple-chatbot-clients
...
examples/simple-chatbot: move clients to client directory
2025-01-12 11:28:21 -08:00
Mark Backman
4c0861ce39
Some addition links and README changes
2025-01-12 09:27:23 -05:00
Aleix Conchillo Flaqué
a04a920e54
examples/simple-chatbot: move clients to client directory
2025-01-11 19:16:05 -08:00
Mark Backman
4d0c11fcab
Update examples to align with latest best practices
2025-01-10 15:07:06 -05:00
Mark Backman
86516d2415
PlayHTHttpTTSService fixes
2025-01-10 13:21:27 -05:00
Vanessa Pyne
5cd9dab14b
Merge pull request #949 from imsakg/main
...
fix(examples): correct TTS service import and setup
2025-01-10 10:58:50 -06:00
Kwindla Hultman Kramer
e7107b99c5
fixed 404 in SimpleChatbot iOS example README
2025-01-10 08:37:13 -08:00
Filipi Fuchter
aa1b8879ee
Fixing ruff format
2025-01-10 13:21:51 -03:00
Mark Backman
6802459165
Merge pull request #956 from pipecat-ai/mb/tavus
...
Update the Tavus example and comment about using the PERSONA_ID
2025-01-10 11:18:05 -05:00
Filipi Fuchter
6719d1fddc
Example with Gemini using google search to retrieve news.
2025-01-10 13:13:59 -03:00
kompfner
a798bf18f2
Merge pull request #955 from pipecat-ai/ios-simple-chatbot-mainactor-fixes
...
iOS SimpleChatbot @MainActor fixes
2025-01-10 09:37:02 -05:00
Mark Backman
cb22de0d13
Update the Tavus example and comment about using the PERSONA_ID
2025-01-10 08:01:00 -05:00
marcus-daily
7d161cc53b
Setting target SDK to 35
2025-01-10 09:50:37 +00:00
marcus-daily
255abf46ef
Updating Gradle and AGP
2025-01-10 09:50:37 +00:00
marcus-daily
27579bcb70
Fixing imports
2025-01-10 09:50:37 +00:00
marcus-daily
1295b64879
Updating library dependencies
2025-01-10 09:50:37 +00:00
marcus-daily
ca57670f65
Removing unnecessary drawables
2025-01-10 09:50:37 +00:00
marcus-daily
06d0a231b9
Android demo app for simple-chatbot example
2025-01-10 09:50:37 +00:00
Mert Sefa AKGUN
67af4e619b
style(examples): fix ruff formatting in Gemini text example
...
Refactor `CartesiaTTSService` instantiation to comply with line
length requirements from the ruff linter.
2025-01-10 12:32:53 +03:00
Mert Sefa AKGUN
21c274944e
Update examples/foundational/26d-gemini-multimodal-live-text.py
...
Co-authored-by: Vanessa Pyne <vipyne@gmail.com >
2025-01-10 12:28:13 +03:00
Paul Kompfner
3239249feb
In the iOS SimpleChatbot, fix @MainActor-related warnings (which would be errors in Swift 6). The delegate methods aren't contractually guaranteed to run on the main thread, so we can't mark them as @MainActor.
2025-01-09 17:35:44 -05:00
Paul Kompfner
216979c377
Bump iOS SimpleChatbot's pipecat-client-ios-daily dependency to version 0.3.1
2025-01-09 16:22:26 -05:00
Mert Sefa AKGUN
6664c492ac
feat(gemini): enable audio transcription in live text example
...
Add options to transcribe both user and model audio during the GeminiMultimodalLiveLLMService setup in the 26d-gemini-multimodal-live-text.py example.
2025-01-09 15:38:33 +03:00
Mert Sefa AKGUN
7634058f97
fix(examples): correct TTS service import and setup
...
- Update import to use CartesiaTTSService instead of CartesiaMultiLingualTTSService.
- Adjust GeminiMultimodalLiveLLMService setup to use set_model_modalities with TEXT modality.
2025-01-09 02:19:08 +03:00
Filipi da Silva Fuchter
2df7dfcc91
Merge pull request #943 from pipecat-ai/simple_chat_bot_ios
...
SimpleChatbot iOS app.
2025-01-08 16:17:39 -03: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
cdb909958c
feat(examples): add Gemini multimodal live text example
...
Introduce a new example `26d-gemini-multimodal-live-text.py` to
demonstrate the use of GeminiMultimodalLiveLLMService with text-only
responses. This example sets up a pipeline for audio input via DailyTransport,
processing with Gemini, and output via Cartesia TTS.
2025-01-08 19:29:35 +03:00
Filipi Fuchter
23d6290672
Removing not used class.
2025-01-08 12:05:04 -03:00
Filipi Fuchter
d4e7e11981
SimpleChatbot iOS app.
2025-01-08 12:00:11 -03:00
Vaibhav159
2da5620d10
adding changelog
2025-01-08 10:50:09 +05:30
Vaibhav159
af90d65b3b
adding session timeout example in websocket-server example
2025-01-08 10:43:10 +05:30
Mark Backman
bc25a771dc
Merge pull request #935 from pipecat-ai/hush/modalUpdate
...
docs: update dependencies for modal demo
2025-01-07 13:57:46 -05:00
James Hush
2c1fd3c3cc
docs: update dependencies for modal demo
2025-01-07 15:45:55 +08:00
Mark Backman
3e1ec4a8ee
Added support for Google Journey TTS voices
2025-01-06 14:54:34 -05:00
Vaibhav159
b3b7a5f023
adding 2025 license
2025-01-06 22:10:46 +05:30
Vaibhav159
5138017b57
ruff changes
2025-01-06 22:07:59 +05:30
Vaibhav159
87670067d7
adding changelog
2025-01-06 22:03:11 +05:30
Vaibhav159
656cd2859e
Merge branch 'main' into vl_add_audio_and_chat_livekit_example
2025-01-06 21:57:43 +05:30
Mark Backman
4667624b60
Update copyright to 2025
2025-01-06 10:19:37 -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
1368d3db5c
revert elevenlabs example changes
2024-12-23 17:33:59 -08: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
f3dd35bfd9
working but needs cleanup
2024-12-21 22:18:56 -08:00
Kwindla Hultman Kramer
53a5e63990
function calling dead-end
2024-12-21 18:10:25 -08:00