8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
# OpenAI API Key
|
|
OPENAI_API_KEY=meow
|
|
|
|
# Optional configuration overrides or whatever but you probably gonna put this in settings.json or use command line params
|
|
CAPTURE_INTERVAL_SECONDS=10
|
|
CONTEXT_WINDOW_SIZE=5
|
|
TTS_MODEL=tts-1-hd
|
|
TTS_VOICE=alloy |