Merge pull request #2217 from simliai/main
feat: Add Simli Trinity models support to pipecat
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user