-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
56 lines (48 loc) · 1.18 KB
/
config.yaml
File metadata and controls
56 lines (48 loc) · 1.18 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
# DeepHermes Configuration
# Default config; override with ~/.deephermes/config.yaml or env vars
model: deepseek-v4-pro
mode: code
portable: false
minimize_to_tray: false
max_tokens: 32768
temperature: 0.7
thinking_enabled: false
reasoning_display: collapse
auto_cowork: false
initial_prompt: ""
role_card: ""
world_book: ""
# API configuration
api:
base_url: https://api.deepseek.com
timeout_seconds: 120
max_retries: 3
proxy_url: ""
# OCR provider for pasted screenshots/images.
# Use an OpenAI-compatible vision endpoint. Leave disabled until configured.
ocr:
enabled: false
provider: openai_compatible
base_url: ""
model: ""
prompt: "Extract all readable text from this image. Preserve line breaks when useful. If there is no readable text, briefly describe the visible content."
timeout_seconds: 60
max_image_bytes: 8388608
# Safety controls for model tool calls: read_only, confirm, auto
safety:
tool_mode: confirm
tool_overrides: {}
bash_blocklist: []
# Tool permissions (empty = allow all)
allowed_tools: []
# Memory system
memory:
enabled: true
dir: ~/.deephermes/memory
# Plan mode
plans:
dir: ~/.deephermes/plans
# Web UI
web:
enabled: false
port: 8080