chore: add models example config
This commit is contained in:
parent
4c4b890a23
commit
9b9eab1111
15
models.example.json
Normal file
15
models.example.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user