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
1ccc84dd7a
Merge pull request #888 from pipecat-ai/mb/add-cerebras
...
Add CerebrasLLMService and foundational example
2024-12-19 08:14: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
Mark Backman
887a9170b2
Merge pull request #889 from pipecat-ai/mb/openai-realtime-model
...
Add model parameter to OpenAI realtime service constructor, update de…
2024-12-19 08:08:52 -05:00
Aleix Conchillo Flaqué
f2e191855a
Merge pull request #881 from pipecat-ai/aleix/langchain-updates
...
pyproject: update langchaing to 0.3.12
2024-12-18 19:42:39 -08:00
Aleix Conchillo Flaqué
78b90e9591
Merge pull request #884 from pipecat-ai/aleix/filters-handle-endframe
...
processors(filters): allow passing EndFrame
2024-12-18 19:35:56 -08:00
Aleix Conchillo Flaqué
17decee788
Merge pull request #882 from pipecat-ai/aleix/stop-transport-parent-first
...
transports: call parent stop() before disconnecting
2024-12-18 19:35:39 -08:00
Aleix Conchillo Flaqué
f89014d100
pyproject: update langchaing to 0.3.12
2024-12-18 19:34:49 -08:00
Mark Backman
3b3e22fe7c
Add model parameter to OpenAI realtime service constructor, update default model
2024-12-18 18:12:51 -05:00
Aleix Conchillo Flaqué
0df0194cc1
Merge pull request #886 from pipecat-ai/aleix/koala-noise-suppression
...
audio(koala): add new audio filter KoalaFilter
2024-12-18 14:02:04 -08:00
Mark Backman
8a7a61914e
Code review feedback
2024-12-17 22:35:13 -05:00
Mark Backman
1117c21483
Refactor TranscriptProcessor into user and assistant processors
2024-12-17 22:34:22 -05:00
Mark Backman
4211664a77
TranscriptProcessor to handle simple and list content
2024-12-17 22:34:03 -05:00
Mark Backman
1f8a217cd1
Code review changes
2024-12-17 22:34:02 -05:00
Mark Backman
b5bd662fe1
Add changelog and rename examples
2024-12-17 22:33:39 -05:00
Mark Backman
dd2703317a
Add timestamp frames and include timestamps in the transcription event and frame
2024-12-17 22:31:15 -05:00
Mark Backman
77aeda36eb
Update OpenAI's from_standard_message to convert back to OpenAI's simple format
2024-12-17 22:31:15 -05:00
Mark Backman
51b235df4b
Add docstrings for Google and Anthropic's to_standard_messages and from_standard_message functions
2024-12-17 22:31:15 -05:00
Mark Backman
4f2aee5fba
Update OpenAI's to_standard_messages to return the verboase message format
2024-12-17 22:31:15 -05:00
Mark Backman
55879bf365
Add TranscriptionProcessor
2024-12-17 22:31:15 -05:00
Aleix Conchillo Flaqué
7322badbe7
audio(koala): add new audio filter KoalaFilter
2024-12-17 18:45:10 -08:00
Aleix Conchillo Flaqué
2dfdceb9e6
processors(filters): allow passing EndFrame
2024-12-17 16:22:19 -08:00
Aleix Conchillo Flaqué
5bfcac1f5c
transports: call parent stop() before disconnecting
...
This rollbacks a previous change https://github.com/pipecat-ai/pipecat/pull/855
which was trying to fix an issue in the wrong way.
The reasoning behind this fix is that the parent class might be sending audio or
messages (through the subclass) and if we disconnect before all the data is sent
we will run into incomplete audio or even errors. Therefore, we first make sure
the parent tasks stop and then it will be safe to disconnect.
2024-12-17 16:02:33 -08:00
Aleix Conchillo Flaqué
fb9f72d38b
Merge pull request #880 from pipecat-ai/aleix/ruff-check-import-linter
...
ruff check import linter
2024-12-17 14:14:47 -08:00
Aleix Conchillo Flaqué
146a341a38
Merge pull request #879 from Vaibhav159/vl_add_readme_for_ruff_formatter_in_pycharm
...
updating readme to support auto-formatting of ruff in pycharm
2024-12-17 11:49:01 -08:00
Aleix Conchillo Flaqué
b9ca667d31
pyproject: use tool.ruff.lint sections
2024-12-17 11:40:43 -08:00
Aleix Conchillo Flaqué
5c57cccea3
github: run ruff check import linter
2024-12-17 11:29:28 -08:00
Aleix Conchillo Flaqué
17162258a2
fix ruff linter import organization
2024-12-17 11:28:58 -08:00
Aleix Conchillo Flaqué
da3fb98101
examples(storytelling-chatbot): update dependencies
2024-12-17 11:24:50 -08:00
Aleix Conchillo Flaqué
6244124d14
README: added Emacs import re-organization with Ruff
2024-12-17 11:20:18 -08:00
Vaibhav159
53049adeea
removing --config flag
2024-12-18 00:47:00 +05:30
Vaibhav159
4208d2d7c4
updating readme to support auto-formatting of ruff in pycharm
2024-12-17 23:38:36 +05:30
Mark Backman
9f7f74e4d8
Merge pull request #869 from Vaibhav159/vl_fixing_deepgram_language_bug_#868
...
fixing [#868 ] bug where deepgram client fails due to langauge
2024-12-17 12:50:57 -05:00
Vaibhav159
f14d32d09e
fixing ruff issue
2024-12-17 23:11:18 +05:30
Vaibhav159
7351e281e2
ruff change
2024-12-17 22:21:56 +05:30
Vaibhav159
b94b10f7d6
added change log
2024-12-17 22:11:52 +05:30
Vaibhav159
1cc90eb1a3
Merge branch 'main' into vl_fixing_deepgram_language_bug_#868
2024-12-17 22:09:30 +05:30
Vaibhav159
5f7d28bb05
adding type check and value check
2024-12-17 22:07:35 +05:30
Mark Backman
204a08ab8f
Merge pull request #877 from pipecat-ai/mb/grok-function-calling-fix
...
Add custom assistant context aggregator for Grok due to content requi…
2024-12-17 10:51:19 -05:00
Aleix Conchillo Flaqué
141b0a6560
sentry: fix formatting
2024-12-17 07:14:31 -08:00
Mark Backman
ca086a856f
Add custom assistant context aggregator for Grok due to content requirement in function calling
2024-12-17 09:11:21 -05:00
Aleix Conchillo Flaqué
fe0a7d07bd
update CHANGELOG
2024-12-16 21:02:38 -08:00
Aleix Conchillo Flaqué
79eb29d614
Merge pull request #875 from pipecat-ai/aleix/update-dependencies
...
update dependencies
2024-12-16 20:58:30 -08:00
Aleix Conchillo Flaqué
da15c83bab
fix ruff formatting
2024-12-16 20:52:40 -08:00
Aleix Conchillo Flaqué
d6bac77b3c
pyproject: add audioop-lts for python 3.13
2024-12-16 20:50:25 -08:00
Aleix Conchillo Flaqué
7faa4eb295
update dev-requirements
2024-12-16 20:50:25 -08:00
Aleix Conchillo Flaqué
0e31413851
pyproject: update numpy, pydantic, loguru
2024-12-16 19:20:34 -08:00
Aleix Conchillo Flaqué
16948b251d
services: fix infinite websocket-bases TTS services retries
...
Fixes #871
2024-12-16 16:36:44 -08:00