-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
77 lines (65 loc) · 3.04 KB
/
.env.example
File metadata and controls
77 lines (65 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# dex-code local environment example
#
# Copy this file to `.env` for local development only.
# Never commit `.env` or real tokens. Keep secrets blank in this example.
# ---------------------------------------------------------------------------
# GitHub / repository operations
# ---------------------------------------------------------------------------
# Optional: used by local GitHub tooling if you choose token-based auth.
# Prefer the GitHub CLI/App secure auth flow when available.
GITHUB_TOKEN=
GH_TOKEN=
# ---------------------------------------------------------------------------
# DeepSeek Runtime
# ---------------------------------------------------------------------------
# Runtime HTTP base URL. Leave blank to use the app/runtime default.
DEEPSEEK_RUNTIME_URL=http://127.0.0.1:7878
# Optional bearer token expected by the runtime.
DEEPSEEK_RUNTIME_TOKEN=
# Default runtime model for local testing.
# Valid built-in DeepSeek values currently used by dex-code:
# - deepseek-v4-pro
# - deepseek-v4-flash
DEEPSEEK_RUNTIME_MODEL=deepseek-v4-pro
# Optional runtime mode/thinking overrides.
DEEPSEEK_RUNTIME_MODE=
DEEPSEEK_RUNTIME_THINKING=
DEEPSEEK_RUNTIME_REASONING=
# Optional: point the runtime/client at another dotenv file.
DEEPSEEK_RUNTIME_DOTENV=
# ---------------------------------------------------------------------------
# Workspace / memory
# ---------------------------------------------------------------------------
# Optional: force the active workspace path used by dex-code.
# Example:
# DEX_CODE_WORKSPACE=C:\CodexProjetos\dex-code-release
DEX_CODE_WORKSPACE=
# Optional: dex-memoria home override.
DEX_MEMORIA_HOME=
# ---------------------------------------------------------------------------
# WebView2 diagnostics
# ---------------------------------------------------------------------------
# Optional: enable CDP for local visual/debug tests.
# WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS=--remote-debugging-port=9222 --remote-allow-origins=*
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS=
# ---------------------------------------------------------------------------
# Audio / vision compatibility seeds
# ---------------------------------------------------------------------------
# The canonical audio/vision configuration is `C:\Users\<user>\.deepseek\config.toml`.
# These variables are kept as local seed/compatibility examples only.
AUDIO_TRANSCRIPTION_MODEL=google/gemini-2.5-flash-lite
AUDIO_TRANSCRIPTION_LANGUAGE=pt-BR
AUDIO_TRANSCRIPTION_PROMPT=Transcreva este audio em portugues do Brasil com fidelidade. Responda apenas com a transcricao falada, sem comentarios nem prefacio.
AUDIO_TRANSCRIPTION_MAX_FILE_MB=20
TTS_ENABLED=true
TTS_PROVIDER=edge
TTS_EDGE_VOICE=pt-BR-FranciscaNeural
TTS_EDGE_RATE=+0%
TTS_EDGE_PITCH=+0Hz
# ---------------------------------------------------------------------------
# External provider keys
# ---------------------------------------------------------------------------
# Do not put real provider keys here in committed files.
# Store provider credentials in the secure/runtime config flow.
OPENROUTER_API_KEY=
OPENAI_API_KEY=