From 9aa8723df60099e60098943ad93b1421f1455f6d Mon Sep 17 00:00:00 2001 From: null Date: Fri, 31 Jan 2025 23:40:31 +0200 Subject: [PATCH] pizza --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);