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

@@ -15,7 +15,7 @@ import pytest
from pipecat.processors.aggregators.openai_llm_context import OpenAILLMContext
try:
from pipecat.services.google.llm_openai import GoogleLLMOpenAIBetaService
from pipecat.services.google.openai.llm import GoogleLLMOpenAIBetaService
google_available = True
except Exception: