Mark Backman
752ad01ccd
Initial commit for full stack chatbot
2024-12-04 18:10:40 -05:00
allenmylath
c582297547
Update examples/patient-intake/README.md
...
Co-authored-by: Mark Backman <m.backman@gmail.com >
2024-12-04 18:10:34 -05:00
allenmylath
0aa1ab0ead
Update README.md
2024-12-04 18:10:34 -05:00
allenmylath
2d3a4d08f3
Update README.md
2024-12-04 18:10:34 -05:00
Mark Backman
a2ad40d7e0
Merge pull request #775 from pipecat-ai/mb/llm-stubs
...
Added LLM services for GroqLLMService and GrokLLMService
2024-12-04 12:26:19 -05:00
Mark Backman
2bb3682d88
Update README
2024-12-04 12:24:39 -05:00
Mark Backman
d9bc2b618f
Update FireworksLLMService to use OpenAILLMService
2024-12-04 11:51:05 -05:00
Mark Backman
d5a50e2cad
Update AzureLLMService to use OpenAILLMService
2024-12-04 11:01:56 -05:00
Mark Backman
7013343bf0
Update the changelog
2024-12-04 10:10:55 -05:00
Mark Backman
728acba8a5
Add LLMService stubs for Grok and Groq, add examples
2024-12-04 10:08:28 -05:00
Aleix Conchillo Flaqué
c31d5a4f1a
Merge pull request #771 from pipecat-ai/aleix/daily-execute-callbacks-from-task
...
transports(daily): use a task to execute callbacks
2024-12-03 19:55:38 -08:00
Aleix Conchillo Flaqué
52caaa4afb
transports(daily): use a task to execute callbacks
...
This commit fixes an issue where we were not waiting for
`asyncio.run_coroutine_threadsafe` to complete which can cause a series of
undesired issues (e.g. not actually executing the coroutine).
2024-12-03 18:58:54 -08:00
Aleix Conchillo Flaqué
115e75d808
Merge pull request #770 from pipecat-ai/aleix/system-input-frames-and-audio-buffer-processor
...
system input frames and audio buffer processor fixes
2024-12-03 18:58:13 -08:00
Aleix Conchillo Flaqué
1cf93f1dcb
FrameProcessor: ignore other frames during CancelFrame
2024-12-03 16:26:29 -08:00
Aleix Conchillo Flaqué
d278996d5b
updated CHANGELOG
2024-12-03 16:12:40 -08:00
Aleix Conchillo Flaqué
322dd0cea1
AudioBufferProcessor: use on_audio_data event handler to retrieve audio
2024-12-03 16:12:40 -08:00
Aleix Conchillo Flaqué
a6a4910931
transports(services): incoming transport messages should be urgent
2024-12-03 14:30:15 -08:00
Aleix Conchillo Flaqué
52cefaa9d6
frames: remove AppFrame
2024-12-03 14:30:15 -08:00
Aleix Conchillo Flaqué
42658ecd92
frames: use mixins for audio and image data
2024-12-03 14:30:15 -08:00
Aleix Conchillo Flaqué
a6606a4040
transports(base_output): remove unused code
2024-12-03 14:30:15 -08:00
Aleix Conchillo Flaqué
d6c944cdc1
processors(audio): fix AudioBufferProcessor interruptions
2024-12-03 14:30:15 -08:00
Aleix Conchillo Flaqué
a5c7b02a73
frames: input frames are now system frames
...
Input frames from a transport should be processed fast and there's no need for
them to be queued internally in each element.
2024-12-03 14:30:15 -08:00
Aleix Conchillo Flaqué
6b9223d87e
Merge pull request #768 from pipecat-ai/aleix/websocket-server-interruptions
...
transports(websockets): use frame serializers during interruptions
2024-12-02 19:18:20 -08:00
Aleix Conchillo Flaqué
c2135cbe11
transports(websockets): use frame serializers during interruptions
2024-12-02 19:17:17 -08:00
Aleix Conchillo Flaqué
32495ddd0b
Merge pull request #769 from pipecat-ai/aleix/daily-subscribe-video-source
...
transports(daily): subscribe to the desired video source
2024-12-02 19:16:14 -08:00
Aleix Conchillo Flaqué
4301f0abf7
Merge pull request #767 from pipecat-ai/aleix/warn-transcription-no-token
...
transports(daily): warn if transcription enabled but no token provided
2024-12-02 15:06:35 -08:00
Aleix Conchillo Flaqué
5e854c4d03
transports(daily): subscribe to the desired video source
2024-12-02 12:13:23 -08:00
Aleix Conchillo Flaqué
bec46a87ae
Merge pull request #766 from Allenmylath/patch-20
...
Update requirements.txt
2024-12-02 10:32:36 -08:00
Aleix Conchillo Flaqué
71cf94e936
transports(daily): warn if transcription enabled but no token provided
2024-12-02 09:55:17 -08:00
allenmylath
acbecf1c4c
Update requirements.txt
...
daily is not used here.transport is fastapi websocket.
2024-12-02 21:36:29 +05:30
Mark Backman
6095fd342e
Merge pull request #763 from Allenmylath/patch-19
...
Update README.md
2024-12-02 09:30:36 -05:00
allenmylath
23316fbcf9
Update README.md
2024-12-02 13:35:44 +05:30
James Hush
5e22ef251d
fix: add logging and error handling for issue #721 ( #755 )
2024-11-29 13:06:45 +08:00
Mark Backman
c5324df807
Merge pull request #752 from pipecat-ai/mb/google-context-message-conversion
...
Use Google Gemini message format when adding message to the LLM context
2024-11-27 14:13:17 -05:00
Mark Backman
3c19a7ae3d
Use Google Gemini message format when adding message to the LLM context
2024-11-27 12:46:51 -05:00
Mark Backman
98c0a6e047
Merge pull request #749 from pipecat-ai/mb/pipecat-flows-standalone
...
Make Pipecat Flows an independent package
2024-11-25 17:09:11 -05:00
Mark Backman
f599e160de
Make Pipecat Flows an independent package
2024-11-25 13:42:08 -05:00
Mark Backman
11c5d822f9
Merge pull request #746 from pipecat-ai/mb/update-flows
...
Bumping pipecat-ai-flows version
2024-11-22 11:25:03 -05:00
Mark Backman
c3e22f0931
Bumping pipecat-ai-flows version
2024-11-22 11:21:40 -05:00
Kwindla Hultman Kramer
9409546f90
Merge pull request #743 from pipecat-ai/khk/gemini-exp
...
Empty text content bug fix for Gemini
2024-11-21 14:04:28 -08:00
Kwindla Hultman Kramer
8ddac0ccd8
Testing with gemini-exp-1114. Bug fix
2024-11-21 10:33:12 -08:00
Mark Backman
f938960d50
Merge pull request #736 from pipecat-ai/mb/language-support
...
Make language support more robust
2024-11-20 13:03:47 -05:00
Mark Backman
2981d87bc1
Update changelog
2024-11-20 12:56:35 -05:00
Mark Backman
106042bbb2
Make language support more robust
2024-11-20 12:56:11 -05:00
Filipi da Silva Fuchter
d25ddeb962
Merge pull request #739 from pipecat-ai/krisp_v7
...
bumping krisp to support v7
2024-11-20 11:39:39 -03:00
Filipi Fuchter
c441baa692
bumping krisp to support v7
2024-11-20 11:37:45 -03:00
Mark Backman
676ff14913
Merge pull request #735 from pipecat-ai/vp-internal-push-frame-fix
...
internal push frame fix
2024-11-20 06:34:40 -05:00
Vanessa Pyne
14893ade92
Update src/pipecat/processors/frame_processor.py
...
Co-authored-by: Mark Backman <mark@daily.co >
2024-11-19 22:37:58 -06:00
Mark Backman
2a39ff69d6
Merge pull request #720 from pipecat-ai/mb/conversation-flow
2024-11-19 21:46:20 -05:00
Mark Backman
e79289454a
Merge pull request #734 from pipecat-ai/mb/fix-cartesia
2024-11-19 21:27:52 -05:00