You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dream-server/.env.schema.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -228,6 +228,21 @@
228
228
"description": "Dashboard API authentication key",
229
229
"secret": true
230
230
},
231
+
"DREAM_AGENT_KEY": {
232
+
"type": "string",
233
+
"description": "API key for the Dream Host Agent (falls back to DASHBOARD_API_KEY if unset)",
234
+
"secret": true
235
+
},
236
+
"APE_API_KEY": {
237
+
"type": "string",
238
+
"description": "API key for the APE (AI Proxy Engine) extension",
239
+
"secret": true
240
+
},
241
+
"SHIELD_API_KEY": {
242
+
"type": "string",
243
+
"description": "API key for the Privacy Shield extension",
244
+
"secret": true
245
+
},
231
246
"OPENCODE_SERVER_PASSWORD": {
232
247
"type": "string",
233
248
"description": "OpenCode web UI authentication password",
@@ -454,6 +469,12 @@
454
469
"type": "string",
455
470
"description": "GPU UUIDs assigned to llama-server (comma-separated, used by NVIDIA_VISIBLE_DEVICES)"
456
471
},
472
+
"LLAMA_REASONING": {
473
+
"type": "string",
474
+
"description": "llama.cpp reasoning/thinking mode: off (default) | auto | on. Off prevents thinking models from consuming the entire token budget on internal reasoning.",
0 commit comments