| 123456789101112131415161718192021222324252627 |
- {
- "$schema": "https://opencode.ai/config.json",
- "model": "agnes/agnes-2.5-flash",
- "watcher": {
- "ignore": [
- "node_modules",
- "docs",
- "ppt-output",
- ".git",
- ".m2",
- ".codegraph",
- ".omo",
- "__pycache__",
- "target",
- "dist"
- ]
- },
- "snapshot": false,
- "provider": {
- "agnes": {
- "options": {
- "apiKey": "ah-ae0c8ad474baeb076b2f01878515d08951822f6620661a1802df20ee31c0d3db",
- "baseUrl": "https://api.agnes-ai.cn/v1"
- }
- }
- }
- }
|