WIP typescript conversion
This commit is contained in:
17
env.example
17
env.example
@@ -1,8 +1,9 @@
|
||||
# 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
|
||||
# OpenAI API KEY (for vision and TTS)
|
||||
OPENAI_API_KEY=your_openai_api_key_here
|
||||
|
||||
# Google API KEY (for Gemini vision)
|
||||
GOOGLE_API_KEY=your_google_api_key_here
|
||||
|
||||
# Custom paths (optional)
|
||||
# OUTPUT_DIR=./desc/output/
|
||||
# TEMP_DIR=./desc/tmp/
|
||||
|
Reference in New Issue
Block a user