chore: add models example config

This commit is contained in:
JOJO 2026-03-09 18:20:53 +08:00
parent 4c4b890a23
commit 9b9eab1111

15
models.example.json Normal file
View File

@ -0,0 +1,15 @@
{
"tavily_api_key": "tvly-xxxxxxxxxxxxxxxxxxxx",
"default_model": "your-model-name",
"models": [
{
"url": "https://api.example.com/v1",
"name": "your-model-name",
"apikey": "sk-xxxxxxxxxxxxxxxx",
"modes": "快速,思考",
"multimodal": "图片,视频",
"max_output": 8192,
"max_context": 128000
}
]
}