From 959e20093b8d80c12f9896e0905bfd3fc63c56da Mon Sep 17 00:00:00 2001 From: kuhnster01 Date: Mon, 24 Feb 2025 15:22:17 +0200 Subject: [PATCH] First push --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 3c74ab38..abe90d1a 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("b3a49550-061c-470c-a5c5-d97157a310ea"); const App = () => { const [connecting, setConnecting] = useState(false);