Update imports to use new google.vertex and google.openai paths

This commit is contained in:
Aleix Conchillo Flaqué
2026-03-10 12:58:04 -07:00
parent 4fa3890cec
commit b23652caa6
5 changed files with 7 additions and 7 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: