20 lines
647 B
TOML
20 lines
647 B
TOML
# Copy this file to config.toml and fill in your API key.
|
|
[volcengine]
|
|
base_url = "https://ark.cn-beijing.volces.com/api/v3"
|
|
api_key = "YOUR_ARK_API_KEY"
|
|
model = "doubao-seed-2-0-lite-260428"
|
|
|
|
[agent]
|
|
app_data_dir = "~/Library/Application Support/com.tauri.dev"
|
|
regions_path = "data/regions/wechat.json"
|
|
screenshot_path = "data/screenshots/WeChat.jpg"
|
|
task_output_path = "data/tasks/latest_task.json"
|
|
task_history_dir = "data/tasks/history"
|
|
dry_run = true
|
|
observe_mode = "normal" # normal | scroll_first
|
|
max_scrolls = 1
|
|
scroll_delta_y = 6
|
|
chat_records_path = "data/chats/wechat_chat_records.json"
|
|
chat_sync_max_pages = 3
|
|
chat_sync_top_scrolls = 8
|