feat: Add Simli Trinity models support to pipecat

This commit is contained in:
antonyesk601
2025-07-17 11:50:39 +00:00
parent 9931ad2ce1
commit 0f9e69d3c7
2 changed files with 63 additions and 20 deletions

View File

@@ -61,7 +61,7 @@ async def run_example(transport: BaseTransport, _: argparse.Namespace, handle_si
)
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")