{
  "baseUrl": "https://api.openai.com/v1",
  "apiKey": "replace-with-openai-api-key",
  "model": "gpt-4.1-mini",
  "llmModels": [],
  "greetingMessage": "Hi同学，能麻烦发下简历吗？",
  "llmScreeningStrategy": "single_pass",
  "llmThinkingLevel": "low",
  "llmFastThinkingLevel": "current",
  "llmVerifyThinkingLevel": "low",
  "llmFastMaxTokens": 384,
  "llmVerifyMaxTokens": null,
  "llmTimeoutMs": 60000,
  "llmMaxTokens": 512,
  "llmMaxRetries": 3,
  "llmImageLimit": 8,
  "llmImageDetail": "low",
  "debugPort": 9222,
  "outputDir": "",
  "humanRestEnabled": true,
  "humanBehavior": {
    "enabled": true,
    "profile": "paced_with_rests",
    "restLevel": "low",
    "clickMovement": true,
    "textEntry": true,
    "listScrollJitter": true,
    "shortRest": true,
    "batchRest": true,
    "actionCooldown": true
  },
  "openaiOrganization": "optional-org-id",
  "openaiProject": "optional-project-id"
}
