Paul Kompfner
|
8851d18f92
|
Tweak the LLM prompt again to try to fix the issue of LLMs sometimes omitting punctuation in their output.
|
2025-11-13 10:02:33 -05:00 |
|
Paul Kompfner
|
1802f949ef
|
Fix an issue with some examples where punctuation was missing from the LLM output, by tweaking the LLM prompt.
|
2025-11-12 17:12:03 -05:00 |
|
Paul Kompfner
|
da66c38795
|
Update example 25 to use universal LLMContext
|
2025-09-24 12:37:29 -04:00 |
|
Aleix Conchillo Flaqué
|
aeb9f1ffca
|
transports: reorganize module
|
2025-09-02 17:31:39 -07:00 |
|
Paul Kompfner
|
189749b579
|
Add LLMRunFrame to trigger an LLM response, replacing context_aggregator.user().get_context_frame()
|
2025-08-28 09:53:33 -04:00 |
|
Aleix Conchillo Flaqué
|
786f24c9db
|
examples(foundational): use RunnerArgs.pipeline_idle_timeout_secs
|
2025-08-06 19:38:06 -07:00 |
|
Aleix Conchillo Flaqué
|
66ad29b2b1
|
example: pass RunnerArguments to run_bot()
This lets us get handle_sigint from RunnerArguments which knows where the
application is running and if SIGINT/SIGTERM should be handled or not.
|
2025-08-05 14:38:55 -07:00 |
|
Mark Backman
|
f1b1d5b130
|
Update foundational examples to use the development runner
|
2025-07-31 22:11:32 -04:00 |
|
Kwindla Hultman Kramer
|
7a48316534
|
update google libraries used in google audio-in examples
|
2025-06-24 09:52:04 -07:00 |
|
Mark Backman
|
9146def21b
|
Update examples to use default allow_interruptions, fixes to align examples
|
2025-06-19 10:07:32 -04:00 |
|
Aleix Conchillo Flaqué
|
1788ba6c5c
|
add new pipecat.examples package and make runner public
|
2025-05-29 10:43:12 -07:00 |
|
Aleix Conchillo Flaqué
|
d476d9ea05
|
examples: remove "on_client_closed"
This has been replaced for "on_client_disconnected" in SmallWebRTCTransport to
match other transports and therefore it is not necessary anymore.
|
2025-05-27 17:42:52 -07:00 |
|
Aleix Conchillo Flaqué
|
6393e89022
|
examples(foundational): update handle_signint depending on transport
|
2025-05-27 17:42:52 -07:00 |
|
Aleix Conchillo Flaqué
|
884268fce3
|
examples(foundational): allow running examples with twilio
|
2025-05-27 17:42:52 -07:00 |
|
Aleix Conchillo Flaqué
|
2cdfaa0a82
|
examples(foundational): support multiple transports
|
2025-05-27 17:42:52 -07:00 |
|
Aleix Conchillo Flaqué
|
a753a623d4
|
examples: allow setting custom program arguments
|
2025-04-24 17:14:18 -07:00 |
|
Aleix Conchillo Flaqué
|
de7185e8db
|
examples: remove vad_enabled=True
|
2025-04-24 17:14:18 -07:00 |
|
Aleix Conchillo Flaqué
|
26d2ce5926
|
examples: remove vad_audio_passthrough=True
|
2025-04-24 17:14:18 -07:00 |
|
Mark Backman
|
f6accbd510
|
Updating foundation examples to use SmallWebRTCTransport and pipecat-ai-small-webrtc-prebuilt (#1534)
Co-authored-by: Filipi Fuchter <filipi@daily.co>
|
2025-04-11 19:44:16 -04:00 |
|
Aleix Conchillo Flaqué
|
7203ef6885
|
examples: use new services packages
|
2025-03-30 16:21:00 -07:00 |
|
Mark Backman
|
3522bbb533
|
tmp
|
2025-03-11 21:55:18 -04:00 |
|
Mark Backman
|
cfca7269f4
|
Update the Cartesia voice in all demos with one built for sonic-2
|
2025-03-11 21:53:03 -04:00 |
|
Aleix Conchillo Flaqué
|
6722aae598
|
PipelineTask: force constructor keyword arguments
|
2025-02-25 18:58:47 -08:00 |
|
Mark Backman
|
c26fe3f277
|
fix: ensure proper Google message format conversion in transcription filter
|
2025-02-14 20:28:26 -05:00 |
|
Mark Backman
|
4904f52cee
|
Use gemini-2.0-flash-001 as the default model for GoogleLLMService
|
2025-02-06 12:29:15 -05:00 |
|
Aleix Conchillo Flaqué
|
0131d0a531
|
examples: make sure unhandled frames are always pushed
|
2025-01-30 13:15:49 -08:00 |
|
Aleix Conchillo Flaqué
|
95e69597f3
|
update copyright keeping original year (2024)
|
2025-01-12 11:34:00 -08:00 |
|
Mark Backman
|
4667624b60
|
Update copyright to 2025
|
2025-01-06 10:19:37 -05:00 |
|
Aleix Conchillo Flaqué
|
17162258a2
|
fix ruff linter import organization
|
2024-12-17 11:28:58 -08:00 |
|
Aleix Conchillo Flaqué
|
6d11911d83
|
Revert "no longer necessary to call super().process_frame(frame, direction)"
|
2024-12-12 17:03:40 -08:00 |
|
Aleix Conchillo Flaqué
|
3c3fd67d96
|
no longer necessary to call super().process_frame(frame, direction)
|
2024-12-12 13:03:41 -08:00 |
|
Kwindla Hultman Kramer
|
a367a038f1
|
fix for finally clause
|
2024-12-04 18:31:30 -08:00 |
|
Kwindla Hultman Kramer
|
9c22f5b81b
|
async google llm
|
2024-12-04 15:52:52 -08:00 |
|
Kwindla Hultman Kramer
|
f33f08d667
|
partially working audio+transcription parallel pipelines
|
2024-12-04 08:51:35 -08:00 |
|