20 lines
706 B
Bash
20 lines
706 B
Bash
# Local secrets. Copy this file to .env and fill in the values.
|
|
CURSOR_API_KEY=crsr_your_cursor_key
|
|
DEEPGRAM_API_KEY=your_deepgram_key
|
|
NEBIUS_API_KEY=your_nebius_token_factory_key
|
|
|
|
# Target codebase. Leave blank to use the parent folder of this app.
|
|
CODE_WORKSPACE=
|
|
PORT=8787
|
|
|
|
# Cursor is the file-editing and code-inspection agent.
|
|
CURSOR_MODEL=composer-2
|
|
|
|
# Deepgram handles speech input, Voice Agent orchestration, and speech output.
|
|
DEEPGRAM_LISTEN_MODEL=nova-3
|
|
DEEPGRAM_SPEAK_MODEL=aura-2-thalia-en
|
|
|
|
# Nebius Token Factory / Minimax handles voice reasoning and response polishing.
|
|
NEBIUS_ENDPOINT=https://api.tokenfactory.us-central1.nebius.com/v1/chat/completions
|
|
NEBIUS_MODEL=MiniMaxAI/MiniMax-M2.5
|