Make a web call to your assistant from the browser
Retrieve Vapi API key
Fork the app
Add Vapi API key as environment variable
settings -> environment variables
, create a new environment variable called NEXT_PUBLIC_VAPI_API_KEY
with
your Vapi public API key as the value.page.tsx
that configures LMNT.
vapi.start(assistantOptions)
. When
defining assistantOptions
, LMNT is selected and configured through the voice
property. Try changing the voiceId
to start a call with a different voice!