James Hush
28eba17df8
docs: update Cartesia references
2024-08-20 11:13:13 -07:00
Aleix Conchillo Flaqué
dfc2e62339
Merge pull request #405 from pipecat-ai/aleix/revert-dailysettings-aliases
...
Revert "transports(daily): use aliases in DailyDialinSettings"
2024-08-20 08:53:31 -07:00
Aleix Conchillo Flaqué
80c89a39c9
processors(rtvi): add support for client-ready message (fix)
2024-08-20 07:54:11 -07:00
Aleix Conchillo Flaqué
9d1c16e996
Revert "transports(daily): use aliases in DailyDialinSettings"
...
This reverts commit 47d375309d .
2024-08-20 07:52:35 -07:00
Aleix Conchillo Flaqué
86604c2353
examples(studypal): use aiohttp instead of requests
2024-08-19 18:11:30 -07:00
Aleix Conchillo Flaqué
8f31a02938
Merge pull request #403 from yashn35/studypal-demo
...
Add studypal
2024-08-19 17:39:19 -07:00
Aleix Conchillo Flaqué
47d375309d
transports(daily): use aliases in DailyDialinSettings
2024-08-19 17:27:43 -07:00
Yash Narayan
980265ca97
Add studypal
2024-08-19 16:58:29 -07:00
Aleix Conchillo Flaqué
90479fff95
processors(rtvi): add set_client_ready()
2024-08-19 16:41:43 -07:00
Aleix Conchillo Flaqué
1ce1fcb0ce
Merge pull request #401 from pipecat-ai/aleix/use-cartesia-in-more-examples
...
examples: use Cartesia TTS in most examples
2024-08-19 16:07:35 -07:00
Aleix Conchillo Flaqué
1a662376fc
examples: use Cartesia TTS in most examples
2024-08-19 15:31:34 -07:00
Aleix Conchillo Flaqué
1d24f926ec
Merge pull request #400 from pipecat-ai/aleix/rtvi-client-ready
...
processors(rtvi): add support for client-ready message
2024-08-19 10:53:49 -07:00
Aleix Conchillo Flaqué
4f2c37c940
processors(rtvi): add support for client-ready message
2024-08-19 10:33:18 -07:00
Aleix Conchillo Flaqué
042115a6bb
processors(rtvi): update initial config when sending bot-ready message
2024-08-19 09:32:27 -07:00
Aleix Conchillo Flaqué
c9f1469b41
transports(daily/helpers): add server error message to the logs
2024-08-19 08:44:05 -07:00
Aleix Conchillo Flaqué
54c9f604c9
updated CHANGELOG with VADParamsUpdateFrame
2024-08-18 21:20:40 -07:00
Kwindla Hultman Kramer
56fbcd6562
Merge pull request #397 from pipecat-ai/khk/rtvi-vad-params
...
VADParamsUpdateFrame and handling thereof
2024-08-18 21:14:58 -07:00
Kwindla Hultman Kramer
e6b0500568
make VADAnalyzer:set_params() public
2024-08-18 21:11:18 -07:00
Aleix Conchillo Flaqué
41038b6673
Merge pull request #394 from pipecat-ai/aleix/fix-function-calling-examples
...
fix function calling examples
2024-08-18 20:55:29 -07:00
Aleix Conchillo Flaqué
26d03f26c9
services(openai, anthropic): a None result should not run inference
2024-08-18 20:48:43 -07:00
Aleix Conchillo Flaqué
f3a4e54996
function calling: start callback should have function name first
2024-08-18 20:48:20 -07:00
Kwindla Hultman Kramer
925e80bb20
VADParamsUpdateFrame and handling thereof
2024-08-18 13:34:46 -07:00
Aleix Conchillo Flaqué
ef0d0531fa
services: moved request_image_frame() to LLMService
2024-08-17 23:59:38 -07:00
Aleix Conchillo Flaqué
6520f20ffe
fix function calling examples
2024-08-17 23:32:39 -07:00
Aleix Conchillo Flaqué
ebc4e0924b
Merge pull request #387 from pipecat-ai/aleix/update-reqs-081624
...
update pyproject.toml and remove requirements files
2024-08-17 23:29:47 -07:00
Aleix Conchillo Flaqué
9e7c0e6033
Merge pull request #390 from sharvil/pr/websocket-fix
...
transports(websocket): fix `_audio_buffer` being accidentally overwritten
2024-08-17 23:26:35 -07:00
Aleix Conchillo Flaqué
cf5720f316
update CHANGELOG.md
2024-08-17 21:00:32 -07:00
Kwindla Hultman Kramer
655b468269
Merge pull request #393 from pipecat-ai/khk/anthropic-tools-ordering
...
fix for out-of-order image messages in anthropic context
2024-08-17 15:07:27 -07:00
Kwindla Hultman Kramer
17f8c93e44
fix for out-of-order image messages in anthropic context
2024-08-17 14:47:29 -07:00
Aleix Conchillo Flaqué
5b4061b0d5
processors(rtvi): fix send_error()
2024-08-16 23:46:57 -07:00
Aleix Conchillo Flaqué
6ce0227e98
processors(rtvi): error-response should always include and error
2024-08-16 23:23:55 -07:00
Aleix Conchillo Flaqué
a583a28850
processors(rtvi): error message should use error field
2024-08-16 23:22:27 -07:00
Aleix Conchillo Flaqué
32daf65adc
processors(rtvi): send to the client if errors are fatal
2024-08-16 23:17:55 -07:00
Aleix Conchillo Flaqué
e22c80610e
frames: add new FatalErrorFrame
2024-08-16 23:17:31 -07:00
Sharvil Nanavati
374f1e7e01
transports(websocket): fix _audio_buffer being accidentally overwritten
...
`BaseOutputTransport` declares an `_audio_buffer` instance variable.
`WebsocketServerOutputTransport` accidentally reuses that variable
internally assuming it's class-local and not inherited.
This PR renames the variable in `WebsocketServerOutputTransport`
to avoid the name collision.
2024-08-17 05:28:05 +00:00
Aleix Conchillo Flaqué
d2dfa93bf1
processors(rtvi): send bot-ready when participant joins
2024-08-16 13:58:21 -07:00
Aleix Conchillo Flaqué
fa8c6712c6
transports(daily): fix multiple DailyTransport initialization
2024-08-16 13:32:34 -07:00
Aleix Conchillo Flaqué
4c2b84cb4d
update pyproject.toml and remove requirements files
2024-08-16 09:28:46 -07:00
Aleix Conchillo Flaqué
b57c9d569b
Merge pull request #352 from pipecat-ai/aleix/rtvi-0.1
...
processors(rtvi): rtvi 0.1 message protocol
2024-08-15 17:35:50 -07:00
Aleix Conchillo Flaqué
f0e50ba000
Merge pull request #336 from nulyang/fix/azure-transcriptionframe
...
services(azure): fix TranscriptionFrame parameter type
2024-08-15 17:08:56 -07:00
Mattie Ruth
4a6638f749
Merge pull request #385 from pipecat-ai/mrkb/anthropic-beta-caching
...
Mrkb/anthropic beta caching
2024-08-15 18:26:51 -04:00
Aleix Conchillo Flaqué
31577252f3
processors(rtvi): handle ErrorFrames
2024-08-15 15:23:31 -07:00
Aleix Conchillo Flaqué
5d71c50080
transports(daily): make sure audio_in_task exists before canceling
2024-08-15 15:23:07 -07:00
Aleix Conchillo Flaqué
981269d594
pipeline(task): process ErrorFrame in same task and stop pipeline task
2024-08-15 15:22:40 -07:00
mattie ruth backman
848db985fc
bump anthropic in 3.10 requirements
2024-08-15 16:51:48 -04:00
mattie ruth backman
d5d8e31447
add cache tokens to metrics event
2024-08-15 16:51:48 -04:00
Aleix Conchillo Flaqué
66670a2370
Merge pull request #384 from pipecat-ai/aleix/enable-prompt-caching-frames
...
services(anthropic): allow setting enable prompt caching via frame
2024-08-15 13:26:39 -07:00
Aleix Conchillo Flaqué
5637f349c6
services(anthropic): allow setting enable prompt caching via frame
2024-08-15 12:43:29 -07:00
Aleix Conchillo Flaqué
93248e1d00
Merge pull request #382 from pipecat-ai/khk/anthropic-beta-caching
...
Support for Anthropic prompt caching beta
2024-08-15 12:34:54 -07:00
Kwindla Hultman Kramer
187769357f
update version number of anthropic dependency
2024-08-15 12:28:41 -07:00