Aleix Conchillo Flaqué
428ce63e17
Merge pull request #575 from Allenmylath/patch-12
...
Update README.md
2024-10-14 08:55:12 -07:00
Aleix Conchillo Flaqué
46d6cde383
Merge pull request #574 from Allenmylath/patch-11
...
Update requirements.txt
2024-10-14 08:54:44 -07:00
allenmylath
6de82b3c11
Create .env.example ( #562 )
...
* Create .env.example
.env.example file with required env variables not added hence adding
* Rename .env.example to env.example
file name corrected as directed
2024-10-14 08:52:46 -07:00
allenmylath
0ba99514a9
Update README.md
...
env.example added hence addying copy command will be necessary
2024-10-14 11:22:56 +05:30
allenmylath
837c8dad27
Update requirements.txt
...
whisper not used but deepgram used hence changed
2024-10-14 11:20:12 +05:30
Kwindla Hultman Kramer
c866b3f2c9
Merge pull request #572 from pipecat-ai/khk/fix-deepgram-settings
...
fix for Deepgram settings not merging properly
2024-10-12 20:07:04 -07:00
chadbailey59
73becbad29
fixed parallel async function calls bug ( #569 )
2024-10-12 17:45:24 -05:00
Aleix Conchillo Flaqué
f1df3de263
Merge pull request #560 from Allenmylath/patch-7
...
Update requirements.txt aiohttp missing
2024-10-12 14:52:24 -07:00
Aleix Conchillo Flaqué
3bc5c8cda7
Merge pull request #557 from Allenmylath/patch-4
...
Update env.example wrong tts service in env
2024-10-12 14:51:54 -07:00
Aleix Conchillo Flaqué
7b3b1058b2
Merge pull request #559 from Allenmylath/patch-6
...
Update server.py
2024-10-12 14:51:24 -07:00
Aleix Conchillo Flaqué
87473f857f
Merge pull request #558 from Allenmylath/patch-5
...
Update env.example wrong tts
2024-10-12 14:50:52 -07:00
Aleix Conchillo Flaqué
a96209185c
Merge pull request #546 from Allenmylath/patch-2
...
Update README.md
2024-10-12 14:46:15 -07:00
Aleix Conchillo Flaqué
34cc2ed1a1
Merge pull request #532 from nmaswood/nmaswood/format-logs
...
Format and Support Unicode for LLM Message Debug Logs
2024-10-12 14:42:58 -07:00
Aleix Conchillo Flaqué
667aa0c25a
Merge pull request #542 from joachimchauvet/main
...
Update LiveKit audio transport for changes introduced in v0.0.42
2024-10-12 14:13:02 -07:00
Mark Backman
12707f4ff7
_settings needs to be Dict
2024-10-12 12:19:54 -04:00
Kwindla Hultman Kramer
53451899a7
fix for Deepgram settings not merging
2024-10-11 21:07:39 -07:00
Aleix Conchillo Flaqué
dc73b20c0b
Merge pull request #451 from Canonical-AI-Inc/recording
...
Audio recording FrameProcessor
2024-10-11 13:48:19 -07:00
Adrian Cowham
4330374ba4
passing kwargs and forcing keyword-only arguments
2024-10-11 12:01:51 -07:00
Adrian Cowham
79c8aa2c4a
ruff formatting
2024-10-11 11:35:02 -07:00
Adrian Cowham
083d221dd2
PR feedback
2024-10-11 11:29:01 -07:00
Adrian Cowham
917e482876
Merge branch 'main' into recording
2024-10-11 10:36:04 -07:00
Adrian Cowham
522d931950
better interruption handling by moving the processors after the transport output
2024-10-11 10:33:12 -07:00
Aleix Conchillo Flaqué
66a76af341
Merge pull request #567 from pipecat-ai/aleix/prepare-0.0.43
...
update CHANGELOG for 0.0.43
v0.0.43
2024-10-10 14:09:18 -07:00
Aleix Conchillo Flaqué
d402d91c2f
update CHANGELOG for 0.0.43
2024-10-10 14:06:18 -07:00
Mark Backman
b05130a089
Merge pull request #566 from pipecat-ai/mb/make-markdown-modifiable
...
Mark the Markdown processor a util, and allow it to take inputs
2024-10-10 17:00:19 -04:00
Mark Backman
b3cc0779f0
Update the changelog
2024-10-10 16:49:20 -04:00
Mark Backman
cbecae40a9
Mark the Markdown processor a util, and allow it to take inputs
2024-10-10 16:43:48 -04:00
Mark Backman
5b8753c8b6
Add speak_code input param
2024-10-10 13:17:37 -04:00
Mark Backman
3c5f9457f1
More edge case improvements
2024-10-10 12:07:00 -04:00
Mark Backman
e32e56d0bc
Merge pull request #565 from pipecat-ai/mb/add-markdown-remover
...
Add a new processor which removes markdown and special chars from TTS text
2024-10-10 07:16:42 -04:00
Mark Backman
788aec665b
Add a new processor which removes markdown and special chars from TTS text
2024-10-10 07:11:31 -04:00
Mark Backman
3cada03a92
Merge pull request #564 from pipecat-ai/mb/bot-tts-text-urgent
...
Make bot-tts-text messages urgent
2024-10-08 19:26:46 -04:00
Mark Backman
e21fb520f9
Make bot-tts-text messages urgent
2024-10-08 17:07:08 -04:00
allenmylath
864f4d385f
Update requirements.txt aiohttp missing
...
aiohttp is not included but uded in code
2024-10-08 16:39:25 +05:30
allenmylath
26ac2878ae
Update server.py
...
desccription of fastapi sagrgumentparser wrongly shown as stroy teller instead of patient-intake
2024-10-08 15:18:26 +05:30
allenmylath
cac63f5565
Update env.example wrong tts
...
cartesian used in code but elevenlabs in .env example
2024-10-08 14:24:23 +05:30
allenmylath
aadffd6199
Update env.example wrong tts service in env
...
cartesian used in code but env got elevenlabs
2024-10-08 14:15:54 +05:30
Aleix Conchillo Flaqué
3403197a90
Merge pull request #552 from pipecat-ai/aleix/rtvi-user-llm-text
...
rtvi: add RTVIUserLLMTextProcessor
2024-10-07 08:33:29 -07:00
Aleix Conchillo Flaqué
8cdb9ab1ad
rtvi: internal transport message should be urgent
2024-10-07 08:04:14 -07:00
Mark Backman
5dbf26d283
Handle cases where text is either a list or a string
2024-10-07 07:21:32 -04:00
Mark Backman
8001bab9b0
Remove another instance of urgent=true
2024-10-07 06:58:32 -04:00
Aleix Conchillo Flaqué
12d0686adc
rtvi: rename bot-audio to bot-tts-audio
2024-10-06 16:50:55 -07:00
Aleix Conchillo Flaqué
a28a5e954a
add TransportMessageSystemFrame
2024-10-06 16:50:12 -07:00
Aleix Conchillo Flaqué
bb966a89d2
rtvi: add RTVIUserLLMTextProcessor
2024-10-06 01:05:58 -07:00
Aleix Conchillo Flaqué
4a74eb3321
use isinstance tuples
2024-10-06 00:45:27 -07:00
Aleix Conchillo Flaqué
1f54ee6991
pyproject: update deepgram to 3.7.3
2024-10-06 00:40:47 -07:00
joachimchauvet
86143f79a1
use new InputAudioRawFrame and OutputAudioRawFrame
2024-10-05 14:17:27 +03:00
joachimchauvet
b373bc82b5
match behavior of Daily's on_first_participant_joined
2024-10-05 14:17:27 +03:00
Mark Backman
ea2a05a04b
Merge pull request #545 from pipecat-ai/mb/fix-language-handling
...
Improve language string handling for TTS services
2024-10-04 10:03:06 -04:00
Mark Backman
5692ca586c
Merge pull request #547 from pipecat-ai/mb/update-test-requirements
...
Update fastapi version in test-requirements.txt
2024-10-04 08:28:05 -04:00