Files
pipecat/src/pipecat
Aleix Conchillo Flaqué 18aad05a7c fix(openai): use compatible stream closing for non-OpenAI providers
OpenAI's AsyncStream uses close() while async generators (e.g. from
OpenPipe) use aclose(). Replace direct async-with on the stream with a
helper that handles both protocols.
2026-02-10 17:59:21 -08:00
..
2026-01-18 08:22:22 -05:00
2026-02-03 12:00:04 -05:00
2026-01-18 08:22:22 -05:00
2025-04-17 17:28:14 -07:00