diff --git a/src/App.jsx b/src/App.jsx index 3c74ab38..86263682 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,7 +6,7 @@ import Vapi from "@vapi-ai/web"; import { isPublicKeyMissingError } from "./utils"; // Put your Vapi Public Key below. -const vapi = new Vapi("0000XXXX-XXXX-XXXX-XXXX-XXXXXXXX0000"); +const vapi = new Vapi("38281007-ff1d-4915-8099-bdeccb89610e"); const App = () => { const [connecting, setConnecting] = useState(false);