![Screenshot 2024-10-25 at 2 13 24 AM](https://private-user-images.githubusercontent.com/18633264/380092895-308da890-a7b7-4b5f-8bb8-b295d26a6ec5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTc4NDUsIm5iZiI6MTczOTYxNzU0NSwicGF0aCI6Ii8xODYzMzI2NC8zODAwOTI4OTUtMzA4ZGE4OTAtYTdiNy00YjVmLThiYjgtYjI5NWQyNmE2ZWM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDExMDU0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBmNjNlNmQzOThlYjhlYmQ0NWUyY2VhY2U3YWY5NGEzMjFiZjIxZmE1NzVmY2NhYTdiMTI5MjZjOTY1YjFiZDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.LK10KLfakgoY3DxwDxAeV8lCZOkMPBjzJm-6OmGLRoA)
Live video avatar chat application. Connects to an Eliza instance running the "Direct" client. Requires a Simli AI Open AI, and ElevenLabs API key.
Eliza has to be running and you must paste the agentId into main.tsx's AGENT_ID
variable.
.env.example
should be copied into a file called .env
. All of three of the api keys need to be populated.
VITE_OPENAI_API_KEY
VITE_SIMLI_API_KEY
VITE_ELEVENLABS_API_KEY
You can update main.tsx's SIMLI_FACE_ID
and ELEVENLABS_VOICE_ID
to control the avatar and voice used respectively.
The port the application runs on can be updated in the vite.config.