Merge pull request #3980 from pipecat-ai/aleix/move-google-vertex-openai

Move Google Vertex and OpenAI LLM modules to subpackages
This commit is contained in:
Aleix Conchillo Flaqué
2026-03-10 13:37:02 -07:00
committed by GitHub
19 changed files with 858 additions and 788 deletions

View File

@@ -0,0 +1 @@
- Deprecated `pipecat.services.google.llm_vertex`, `pipecat.services.google.llm_openai`, and `pipecat.services.google.gemini_live.llm_vertex` modules. Use `pipecat.services.google.vertex.llm`, `pipecat.services.google.openai.llm`, and `pipecat.services.google.gemini_live.vertex.llm` instead. The old import paths still work but will emit a `DeprecationWarning`.