Skip to content

Commit 91b7465

Browse files
author
beautistart
committed
release: v2.1.3 — 执行工具重构、推理引擎优化与工作区访问层
1 parent da78479 commit 91b7465

15 files changed

Lines changed: 2854 additions & 654 deletions

config/profiles/windows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ llm:
3232
model_id: ${ZULONG_ONEAPI_MODEL_ID:gpt-4o-mini}
3333
custom:
3434
base_url: ${ZULONG_CUSTOM_LLM_BASE_URL:http://localhost:11434/v1}
35+
api_key: ${ZULONG_CUSTOM_LLM_API_KEY:EMPTY}
3536
model_id: ${ZULONG_CUSTOM_LLM_MODEL_ID:qwen3.5:4b}
3637
transformer:
3738
device: auto

config/zulong_config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ attention_selection:
66
max_switch_history: 50
77
min_confidence_threshold: 0.3
88
oscillation_detection_window: 10
9-
pressure_threshold_high: '0.6'
10-
pressure_threshold_medium: '0.5'
9+
pressure_threshold_high: '0.1'
10+
pressure_threshold_medium: '0.1'
1111
audio:
1212
asr:
1313
backend: sensevoice
@@ -130,9 +130,9 @@ l2_inference:
130130
backup_model: deepseek-v4-pro
131131
circuit_breaker:
132132
bfs_min_interval: 3
133-
context_red_ratio: '0.6'
133+
context_red_ratio: '0.1'
134134
context_window_size: 131072
135-
context_yellow_ratio: '0.5'
135+
context_yellow_ratio: '0.1'
136136
enabled: true
137137
max_yellow_before_red: 4
138138
no_progress_red: 8
@@ -229,7 +229,7 @@ llm:
229229
base_url: http://localhost:11434/v1
230230
model_id: qwen3.5:4b
231231
deepseek:
232-
api_key: sk-61976bdc19c94dd3be8a1373cc0355ee
232+
api_key: sk-f5fbf20095de478fb711cfd0d573739e
233233
backend: deepseek
234234
base_url: https://api.deepseek.com
235235
model_id: deepseek-v4-pro
@@ -401,11 +401,11 @@ security:
401401
requests_per_minute: 60
402402
system:
403403
cache_dir: ./cache
404-
data_dir: D:/AI/project/zulong_beta5/data
404+
data_dir: ./data
405405
debug_mode: false
406406
environment: production
407407
log_level: INFO
408-
models_dir: D:/AI/project/zulong_beta5/models
408+
models_dir: ./models
409409
name: ZULONG
410410
version: 2.0.0
411411
tools:

0 commit comments

Comments
 (0)