23 lines
652 B
Bash
23 lines
652 B
Bash
# Copy this file to ~/.deepseek-cursor-proxy/.env.
|
|
# The proxy loads that file automatically and keeps secrets out of the repo.
|
|
|
|
DEEPSEEK_API_KEY=sk-your-deepseek-key
|
|
|
|
# Use this as the OpenAI API key in Cursor.
|
|
PROXY_API_KEY=cursor-local-token
|
|
|
|
DEEPSEEK_MODEL=deepseek-v4-pro
|
|
DEEPSEEK_BASE_URL=https://api.deepseek.com
|
|
DEEPSEEK_THINKING=enabled
|
|
DEEPSEEK_REASONING_EFFORT=high
|
|
CURSOR_DISPLAY_REASONING=true
|
|
|
|
PROXY_HOST=127.0.0.1
|
|
PROXY_PORT=9000
|
|
PROXY_NGROK=true
|
|
PROXY_VERBOSE=false
|
|
PROXY_LOG_BODIES=false
|
|
|
|
# Optional. Default: ~/.deepseek-cursor-proxy/reasoning_content.sqlite3
|
|
REASONING_CONTENT_PATH=~/.deepseek-cursor-proxy/reasoning_content.sqlite3
|