chore: remove easyagent/models.json with plaintext keys, add to gitignore

This commit is contained in:
JOJO 2026-06-10 03:26:35 +08:00
parent 960d087db0
commit 5d2da692b0
2 changed files with 1 additions and 33 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@ config/host_sandbox_policy.json
# Claude Code local artifacts (settings, worktrees)
.claude/
easyagent/models.json

View File

@ -1,33 +0,0 @@
{
"tavily_api_key": "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",
"default_model": "kimi-k2.5",
"models": [
{
"url": "https://coding.dashscope.aliyuncs.com/v1",
"name": "kimi-k2.5",
"apikey": "sk-sp-0967ae3d7be84839b4c532d1ce72d6f6",
"modes": "快速,思考",
"multimodal": "图片,视频",
"max_output": 32000,
"max_context": 256000
},
{
"url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"name": "qwen3.5-plus",
"apikey": "sk-64af1343e67d46d7a902ef5bcf6817ad",
"modes": "快速,思考",
"multimodal": "图片",
"max_output": 32768,
"max_context": 256000
},
{
"url": "https://api.minimaxi.com/v1",
"name": "minimax-m2.5",
"apikey": "sk-api-iUGqWBvtdqbm74ch4wy__PGZE5xsWzYiHZsWS9naQCWILeRiH9SNWJmnFPbGYDEF37lNjO4GYJPYilB5Z82FmUyVXuKzwNUgk9BvJY5v-lMtRJy0CDrqWCw",
"modes": "思考",
"multimodal": "",
"max_output": 65536,
"max_context": 204800
}
]
}