暫無描述

config.json 386B

12345678910111213141516171819
  1. {
  2. "model": "claude-3-5-sonnet-20241022",
  3. "max_tokens": 4000,
  4. "temperature": 0.7,
  5. "auto_approve": false,
  6. "git_integration": true,
  7. "excluded_files": [
  8. "node_modules/**",
  9. ".git/**",
  10. "*.log",
  11. "dist/**"
  12. ],
  13. "language_preferences": {
  14. "documentation": "zh-CN",
  15. "code_comments": "zh-CN"
  16. },
  17. "git_path": "D:\\Git\\cmd\\git.exe",
  18. "use_cygpath": false
  19. }