Kwindla Hultman Kramer
|
0499fe41e4
|
get rid of some debug log lines used during development
|
2024-09-30 16:08:33 -07:00 |
|
Kwindla Hultman Kramer
|
6ad3437fd2
|
throw error if the llm tries to call a function that's not registered
|
2024-09-30 16:08:33 -07:00 |
|
Kwindla Hultman Kramer
|
a5c73ec829
|
handle openai multiple function calls
|
2024-09-30 16:08:30 -07:00 |
|
JeevanReddy
|
def04ac0ce
|
openai can give multiple tool calls, current implementation assumes only one function call at a time. Fixed this to handle multiple function calls.
|
2024-09-30 16:07:56 -07:00 |
|
Kwindla Hultman Kramer
|
5d63615b1b
|
Merge pull request #528 from pipecat-ai/khk/sentence-splits
TTS sentence aggregation fix
|
2024-09-30 16:07:21 -07:00 |
|
Kwindla Hultman Kramer
|
90ee284fe0
|
Merge pull request #520 from pipecat-ai/khk/context-frame-push
pushing context frames from assistant aggregators
|
2024-09-30 16:06:54 -07:00 |
|
Kwindla Hultman Kramer
|
539e0b66fb
|
small fix as per aleix
|
2024-09-30 16:05:32 -07:00 |
|
Kwindla Hultman Kramer
|
fef393dcac
|
assistant aggregator switch for space padding or not
|
2024-09-30 16:05:32 -07:00 |
|
Kwindla Hultman Kramer
|
ed607d5c4b
|
typo fix
|
2024-09-30 16:05:32 -07:00 |
|
Kwindla Hultman Kramer
|
37da7e44cd
|
whitespace fix
|
2024-09-30 16:05:32 -07:00 |
|
Kwindla Hultman Kramer
|
69c7edd60c
|
pushing context frames from assistant aggregators
|
2024-09-30 16:05:28 -07:00 |
|
Aleix Conchillo Flaqué
|
392f210371
|
Merge pull request #524 from pipecat-ai/aleix/everything-is-async
all frame processors are asynchrnous
|
2024-09-30 15:59:03 -07:00 |
|
Mark Backman
|
9a63df1ea1
|
Merge pull request #529 from pipecat-ai/mb/daily-python-0-11-0
Update daily-python to 0.11.0
|
2024-09-30 18:29:27 -04:00 |
|
Mark Backman
|
f8a75cede9
|
Update daily-python to 0.11.0
|
2024-09-30 18:22:38 -04:00 |
|
Aleix Conchillo Flaqué
|
4d1e370e02
|
pipeline(task): since everything is async tasks should wait for EndFrame
|
2024-09-30 15:11:21 -07:00 |
|
Aleix Conchillo Flaqué
|
d080a31a5c
|
tests: fix langchanin tests
|
2024-09-30 15:11:21 -07:00 |
|
Aleix Conchillo Flaqué
|
a90ebdfe7c
|
syncparallelpipeline: fix now that all frames are asynchronous
|
2024-09-30 15:11:21 -07:00 |
|
Aleix Conchillo Flaqué
|
c8995b82e5
|
all frame processors are asynchrnous
In this commit we make all frame processors asynchronous, that is, they have an
internal queue and they push frames using a task from that queue.
|
2024-09-30 15:11:21 -07:00 |
|
Kwindla Hultman Kramer
|
6b7f924af6
|
tts sentence aggregation fix
|
2024-09-30 14:33:08 -07:00 |
|
Mark Backman
|
51580e5349
|
Merge pull request #526 from pipecat-ai/mb/google-tts-lang-update
Set Google TTS default language to en-US
|
2024-09-30 15:32:43 -04:00 |
|
Mark Backman
|
ed49cebf2c
|
Set Google TTS default language to en-US
|
2024-09-30 15:16:46 -04:00 |
|
Mark Backman
|
46ac76701e
|
Merge pull request #517 from pipecat-ai/mb/update-settings-frame
Consolidate update frames classes into a single UpdateSettingsFrame class
|
2024-09-30 12:56:45 -04:00 |
|
Mark Backman
|
1f77863aef
|
Code review feedback
|
2024-09-30 12:50:40 -04:00 |
|
Mark Backman
|
d7555609fd
|
Add TTS update settings options
|
2024-09-30 12:50:40 -04:00 |
|
Mark Backman
|
7fe118ce63
|
Align use of language param across TTS services
|
2024-09-30 12:50:40 -04:00 |
|
Mark Backman
|
44a349386c
|
Consolidate update frames classes into a single UpdateSettingsFrame class
|
2024-09-30 12:50:39 -04:00 |
|
Mark Backman
|
97cba92fa5
|
Merge pull request #516 from pipecat-ai/mb/google-tts
Add Google TTS
|
2024-09-30 12:25:16 -04:00 |
|
Aleix Conchillo Flaqué
|
d9b16d4f73
|
services: import cosmetics
|
2024-09-27 13:32:27 -07:00 |
|
Aleix Conchillo Flaqué
|
50b6580fbb
|
livekit: add license notice
|
2024-09-27 13:28:33 -07:00 |
|
Mark Backman
|
e7548f9494
|
Code review feedback
|
2024-09-27 08:02:44 -04:00 |
|
Mark Backman
|
830d2df671
|
Add Google TTS
|
2024-09-27 07:36:20 -04:00 |
|
Aleix Conchillo Flaqué
|
13b50a07db
|
Merge pull request #515 from pipecat-ai/aleix/rtvi-frame-processors
RTVI frame processors
|
2024-09-27 00:48:09 -07:00 |
|
Aleix Conchillo Flaqué
|
4501dca133
|
Merge pull request #467 from joachimchauvet/main
Add LiveKit audio transport
|
2024-09-26 22:58:25 -07:00 |
|
Aleix Conchillo Flaqué
|
2c8e566507
|
rtvi: update version to 0.2
|
2024-09-26 22:42:36 -07:00 |
|
Aleix Conchillo Flaqué
|
6e8a202107
|
rtvi: fix handling transport messages
|
2024-09-26 22:42:19 -07:00 |
|
Aleix Conchillo Flaqué
|
2a05cd35b0
|
rtvi: add multiple RTVI frame processors
|
2024-09-26 22:42:08 -07:00 |
|
Mark Backman
|
55a70cde8f
|
Merge pull request #514 from pipecat-ai/mb/aws-polly-tts
Add AWS Polly TTS support
|
2024-09-26 22:20:13 -04:00 |
|
Mark Backman
|
706c00d897
|
Code review feedback
|
2024-09-26 22:13:37 -04:00 |
|
Aleix Conchillo Flaqué
|
d323ea9e95
|
async_generator: keep pushing frames downstream
|
2024-09-26 16:44:49 -07:00 |
|
Aleix Conchillo Flaqué
|
b8ece84c6e
|
services: super should be super()
|
2024-09-26 10:39:26 -07:00 |
|
Mark Backman
|
a018112a13
|
Merge pull request #510 from pipecat-ai/mb/deepgram-tts-http
Improve usability of Deepgram TTS: use Deepgram client, remove aiohttp
|
2024-09-26 13:38:42 -04:00 |
|
Mark Backman
|
d3a477902b
|
Add changelog entry
|
2024-09-26 13:35:59 -04:00 |
|
Mark Backman
|
298b151486
|
Add setter methods
|
2024-09-26 13:35:59 -04:00 |
|
Mark Backman
|
6a6ea251ae
|
Add AWS Polly TTS support
|
2024-09-26 13:35:59 -04:00 |
|
Aleix Conchillo Flaqué
|
c7c709a0a7
|
github: cache venv when running tests
|
2024-09-26 10:32:22 -07:00 |
|
Aleix Conchillo Flaqué
|
6ac57b4854
|
Merge pull request #494 from badbye/full-width-punctuations
add full-width punctuations as end of the sentence
|
2024-09-26 10:17:10 -07:00 |
|
Aleix Conchillo Flaqué
|
f5e0b946c7
|
services(cartesia): fix string formatting
|
2024-09-26 09:08:37 -07:00 |
|
Mark Backman
|
b1818cc370
|
Merge pull request #435 from golbin/main
Add speed and emotion options for Cartesia.
|
2024-09-26 07:14:59 -04:00 |
|
Jin Kim
|
d05717a1bd
|
Apply Ruff formater
|
2024-09-26 19:52:25 +09:00 |
|
Aleix Conchillo Flaqué
|
d11daee31a
|
Merge pull request #509 from pipecat-ai/aleix/frameprocessor-event-handlers
frame processor event handlers
|
2024-09-25 19:50:30 -07:00 |
|