This commit is contained in:
Oliver
2025-07-28 18:46:28 -03:00
parent 1798c48d3b
commit 4629df910a
4 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
console.log('INIT ELEVENLABS')
import { Conversation } from 'https://cdn.skypack.dev/@elevenlabs/client';
const callBtn = document.getElementById('callBtn');
let conversation = null;