Merge pull request #2217 from simliai/main

feat: Add Simli Trinity models support to pipecat
This commit is contained in:
Mark Backman
2025-08-05 09:01:20 -07:00
committed by GitHub
3 changed files with 60 additions and 20 deletions

View File

@@ -63,7 +63,7 @@ async def run_bot(transport: BaseTransport):
)
simli_ai = SimliVideoService(
SimliConfig(os.getenv("SIMLI_API_KEY"), os.getenv("SIMLI_FACE_ID"))
SimliConfig(os.getenv("SIMLI_API_KEY"), os.getenv("SIMLI_FACE_ID")),
)
llm = OpenAILLMService(api_key=os.getenv("OPENAI_API_KEY"), model="gpt-4o-mini")