|
HUGGINGFACE_TOKEN= TOKEN_GOES_HERE |
|
OICE_NAME=af_nicole |
|
SPEED=1.2 |
|
|
|
|
|
LM_STUDIO_URL=http://localhost:1234/v1 |
|
OLLAMA_URL = http://localhost:11434/api/chat |
|
DEFAULT_SYSTEM_PROMPT=You are a friendly, helpful, and intelligent assistant. Begin your responses with phrases like 'Umm,' 'So,' or similar. Focus on the user query and reply directly to the user in the first person ('I'), responding promptly and naturally. Do not include any additional information or context in your responses. |
|
MAX_TOKENS=512 |
|
NUM_THREADS=2 |
|
LLM_TEMPERATURE=0.9 |
|
LLM_STREAM=true |
|
LLM_RETRY_DELAY=0.5 |
|
MAX_RETRIES=3 |
|
|
|
|
|
VAD_MODEL=pyannote/segmentation-3.0 |
|
WHISPER_MODEL=openai/whisper-tiny.en |
|
LLM_MODEL=qwen2.5:0.5b-instruct-q8_0 |
|
TTS_MODEL=kokoro.pth |
|
|
|
|
|
VAD_MIN_DURATION_ON=0.1 |
|
VAD_MIN_DURATION_OFF=0.1 |
|
|
|
|
|
CHUNK=256 |
|
FORMAT=pyaudio.paFloat32 |
|
CHANNELS=1 |
|
RATE=16000 |
|
OUTPUT_SAMPLE_RATE=24000 |
|
RECORD_DURATION=5 |
|
SILENCE_THRESHOLD=0.01 |
|
INTERRUPTION_THRESHOLD=0.01 |
|
MAX_SILENCE_DURATION=1 |
|
SPEECH_CHECK_TIMEOUT=0.1 |
|
SPEECH_CHECK_THRESHOLD=0.02 |
|
ROLLING_BUFFER_TIME=0.5 |
|
TARGET_SIZE = 25 |
|
PLAYBACK_DELAY = 0.001 |
|
FIRST_SENTENCE_SIZE = 2 |