Mark Backman
|
28643b453d
|
Update to use LLM, STT, TTS subclasses and remove setter methods
|
2024-10-01 20:30:27 -04:00 |
|
Mark Backman
|
88cca7bf68
|
Consolidate service UpdateSettingsFrame into a single ServiceUpdateSettingsFrame
|
2024-10-01 11:01:04 -04:00 |
|
Mark Backman
|
a397b859fe
|
Add support for gender and google_style inputs to Google TTS
|
2024-10-01 10:39:45 -04:00 |
|
Kwindla Hultman Kramer
|
8aae4e9856
|
Merge pull request #531 from pipecat-ai/khk/function-calling-improvements
|
2024-10-01 07:23:38 -07:00 |
|
Kwindla Hultman Kramer
|
92d8b37229
|
implement vision for openai
|
2024-09-30 21:49:29 -07:00 |
|
Kwindla Hultman Kramer
|
0801fc578b
|
Merge pull request #530 from pipecat-ai/khk/tts-say-fix
fix for multi-sentence tts say utterances
|
2024-09-30 20:59:53 -07:00 |
|
Kwindla Hultman Kramer
|
0d5cb84531
|
function calling testing and improvements
|
2024-09-30 20:59:28 -07:00 |
|
Kwindla Hultman Kramer
|
47b943a117
|
Merge pull request #522 from pipecat-ai/rebase-openai-multi-function-call
Handle parallel function calls for OpenAI LLMs
|
2024-09-30 16:23:37 -07:00 |
|
Kwindla Hultman Kramer
|
128355add5
|
fix for multi-sentence tts say utterances
|
2024-09-30 16:19:31 -07:00 |
|
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 |
|