Paul Kompfner
|
246f9f3325
|
Raise an error when attempting to use Gemini Multimodal Live with universal LLMContext. This is exactly the same error we already have for the other s2s models, AWS Nova Sonic and OpenAI Realtime, it was just missing from this service.
|
2025-09-04 16:47:08 -04:00 |
|
Paul Kompfner
|
6e734a37f9
|
Fix a bug in AWSBedrockLLMService.run_inference(); it was expecting the wrong format for the system instruction
|
2025-09-04 13:04:15 -04:00 |
|
Paul Kompfner
|
f72ca2fd7d
|
Remove unnecessary system_instruction argument from run_inference() methods
|
2025-09-04 13:04:15 -04:00 |
|
Paul Kompfner
|
0826d72f74
|
Add deprecation warning for using enable_prompt_caching_beta param
|
2025-09-04 13:04:15 -04:00 |
|
Paul Kompfner
|
dc3412b2df
|
Bump a deprecation to 0.0.84, as 0.0.83 just shipped
|
2025-09-04 13:03:06 -04:00 |
|
Paul Kompfner
|
b2e9fd9341
|
Rename Anthropic enable_prompt_caching_beta parameter to just enable_prompt_caching
|
2025-09-04 13:03:06 -04:00 |
|
Paul Kompfner
|
d6205027cf
|
Trivial cleanup
|
2025-09-04 13:03:06 -04:00 |
|
Paul Kompfner
|
986160c077
|
Fix a bug where the Anthropic adapter's merge-consecutive-messages-with-the-same-role logic was unintentionally affecting the source LLMContext's messages, resulting in more and more duplication of text with each inference
|
2025-09-04 13:03:06 -04:00 |
|
Paul Kompfner
|
b56ff86fee
|
Minor refactor of AnthropicLLMAdapter cache-control-marker-adding logic (without really changing its behavior)
|
2025-09-04 13:03:06 -04:00 |
|
Paul Kompfner
|
5c574eaad9
|
Add support for universal LLMContext to Anthropic LLM service
|
2025-09-04 13:03:06 -04:00 |
|
Aleix Conchillo Flaqué
|
b609b02614
|
Merge pull request #2568 from ezisezis/fix-bedrock-timeouts
fix timeout handling in AWSBedrockLLMService
|
2025-09-04 09:23:28 -07:00 |
|
Aleix Conchillo Flaqué
|
0d9e1190d7
|
Merge pull request #2583 from sassanh/main
fix: openai image generator now initiates URLImageRawFrame with correct order of arguments
|
2025-09-04 09:17:51 -07:00 |
|
Ashot
|
daf7fed8b3
|
feat(asyncai): add multilingual TTS support
|
2025-09-04 13:58:50 +04:00 |
|
Sassan Haradji
|
a26647c433
|
fix: openai image generator now initiates URLImageRawFrame with correct order of arguments
|
2025-09-04 06:09:57 +03:30 |
|
Filipi Fuchter
|
99e237b1e2
|
Fixed an issue where messages received from the transport were always being resent.
|
2025-09-03 18:58:34 -03:00 |
|
Aleix Conchillo Flaqué
|
978f644f19
|
Merge pull request #2578 from pipecat-ai/aleix/user-speaking-frame
add UserSpeakingFrame and UserStartedSpeakingFrame/UserStopeedSpeakingFrame updates
|
2025-09-03 14:55:45 -07:00 |
|
Aleix Conchillo Flaqué
|
5a4c6b9618
|
BaseInputTransport: push UserStartedSpeakingFrame/UserStoppedSpeakingFrame upstream
|
2025-09-03 14:32:32 -07:00 |
|
Mark Backman
|
c64bc5a636
|
Merge pull request #2576 from joyceerhl/joyce/cerebras-default
fix: update default Cerebras model to GPT-OSS-120B
|
2025-09-03 14:10:28 -07:00 |
|
Joyce Er
|
a001f6f193
|
Switch to GPT-OSS-120B
|
2025-09-03 14:00:27 -07:00 |
|
Aleix Conchillo Flaqué
|
09d6ec1098
|
introduce and push UserSpeakingFrame upstream/downstream
|
2025-09-03 13:56:01 -07:00 |
|
Joyce Er
|
d8ac6f2c1a
|
fix: update default Cerebras model to Qwen 3 32B
|
2025-09-03 12:23:36 -07:00 |
|
Aleix Conchillo Flaqué
|
b52296450c
|
DeepgramSTTService: remove raising CancelledError
|
2025-09-03 11:24:02 -07:00 |
|
Aleix Conchillo Flaqué
|
c71cec04d3
|
ParallelPipeline: wait for CancelFrame in all branches
|
2025-09-03 11:23:37 -07:00 |
|
Aleix Conchillo Flaqué
|
d19170d8b1
|
Merge pull request #2565 from pipecat-ai/aleix/reorganize-transports
transports: reorganize module
|
2025-09-03 08:52:49 -07:00 |
|
Mark Backman
|
8b95d74193
|
Merge pull request #2571 from pipecat-ai/mb/fix-docs-0.0.83
Fix docs generation before 0.0.83 release
|
2025-09-03 08:52:20 -07:00 |
|
Mark Backman
|
3c4694a8f1
|
Fix docs generation before 0.0.83 release
|
2025-09-03 11:31:14 -04:00 |
|
Paul Kompfner
|
9b216116f1
|
Remove supports_universal_context gate from OpenAI-library-based LLM services. It's no longer needed, as they all now support universal LLMContext.
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
7cb372ebb9
|
Add support for universal LLMContext to Together.ai LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
6838bc1e51
|
Add a few missing LLMContext type hints
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
e04f42167e
|
Add support for universal LLMContext to SambaNova LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
91a3f63e28
|
Add support for universal LLMContext to Qwen LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
d9ea02595b
|
Add support for universal LLMContext to Ollama LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
5bc0e49baa
|
Add support for universal LLMContext to Perplexity LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
ec138b97d9
|
Add support for universal LLMContext to OpenRouter LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
0c32cc29a7
|
Add support for universal LLMContext to OpenPipe LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
d740bab99e
|
Add support for universal LLMContext to NVIDIA NIM LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
34f823bcac
|
Add support for universal LLMContext to Groq LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
b4e1051066
|
Add support for universal LLMContext to Grok LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
d8882bc381
|
Add support for universal LLMContext to Google Vertex AI LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
da18d0a562
|
Add support for universal LLMContext to Fireworks AI LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
2b00d37e94
|
Add support for universal LLMContext to DeepSeek LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
d45fbd5455
|
Add support for universal LLMContext to Cerebras LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Paul Kompfner
|
b22bdff6d0
|
Add support for universal LLMContext to Azure LLM service
|
2025-09-03 09:07:18 -04:00 |
|
Eduards Klavins
|
0a3e98857e
|
fix timeout handling in AWSBedrockLLMService
|
2025-09-03 11:52:30 +03:00 |
|
Aleix Conchillo Flaqué
|
aeb9f1ffca
|
transports: reorganize module
|
2025-09-02 17:31:39 -07:00 |
|
Filipi Fuchter
|
8fbd9b5af7
|
Added support for WhatsApp User-initiated Calls.
|
2025-09-02 18:05:00 -03:00 |
|
Filipi Fuchter
|
49c1f0bd08
|
Fixed SmallWebRTCTransport to not use mid to decide if the transceiver should be sendrecv or not.
|
2025-09-02 18:04:51 -03:00 |
|
Aleix Conchillo Flaqué
|
ce7a0512f9
|
Merge pull request #2562 from pipecat-ai/aleix/ai-coustics-speech-enhancement
add ai-coustics speech enhancement filter
|
2025-09-02 13:13:28 -07:00 |
|
Mark Backman
|
0386599163
|
Added Daily SIP room creation utility (#2560)
* Added Daily SIP room creation utility to configure() function
* Add sip_codecs to the DailyRoomSipParams
|
2025-09-02 14:12:04 -04:00 |
|
Corvin Jaedicke
|
c1ce3d7d2b
|
bumped aic-sdk version to v1.0.1 with minor changes
|
2025-09-02 11:11:29 -07:00 |
|