# DO NOT EDIT THIS FILE DIRECTLY
# Copy this file to .env and enter your own values
#
# INWORLD_API_KEY is required
INWORLD_API_KEY=
# VAD_MODEL_PATH is optional, defaults to packaged https://github.com/snakers4/silero-vad
VAD_MODEL_PATH=
# LLM_MODEL_NAME is optional, defaults to `gpt-4o-mini`
LLM_MODEL_NAME=
# LLM_PROVIDER is optional, defaults to `openai`
LLM_PROVIDER=
# VOICE_ID is optional, defaults to `Dennis`
VOICE_ID=
# TTS_MODEL_ID is optional, defaults to `inworld-tts-1`
TTS_MODEL_ID=
# If enabled, it will be saved in system tmp folder.
# Path will be printed in CLI on application start.
# Default value is `false`, set `true` to enable this feature
GRAPH_VISUALIZATION_ENABLED=
# If enabled, the user can stop the agent's audio playback with
# text or speech input. For speech input use case, users could accidentally interrupt
# in the case of false postivie speech detection. You can tune the following parameters 
# to achieve the right level of speech detection sensitivy for your application:
# MIN_SPEECH_DURATION_MS, PAUSE_DURATION_THRESHOLD_MS, SPEECH_THRESHOLD
INTERRUPTION_ENABLED=true