opencode.json 522 B

123456789101112131415161718192021222324252627
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "model": "agnes/agnes-2.5-flash",
  4. "watcher": {
  5. "ignore": [
  6. "node_modules",
  7. "docs",
  8. "ppt-output",
  9. ".git",
  10. ".m2",
  11. ".codegraph",
  12. ".omo",
  13. "__pycache__",
  14. "target",
  15. "dist"
  16. ]
  17. },
  18. "snapshot": false,
  19. "provider": {
  20. "agnes": {
  21. "options": {
  22. "apiKey": "ah-ae0c8ad474baeb076b2f01878515d08951822f6620661a1802df20ee31c0d3db",
  23. "baseUrl": "https://api.agnes-ai.cn/v1"
  24. }
  25. }
  26. }
  27. }