14 lines
456 B
TOML
14 lines
456 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
|