mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-29 20:19:24 +08:00
### Summary As title, related to #16990 --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
24 lines
386 B
JSON
24 lines
386 B
JSON
{
|
|
"name": "LongCat",
|
|
"url": {
|
|
"default": "https://api.longcat.chat"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "openai/v1/chat/completions",
|
|
"models": "openai/v1/models"
|
|
},
|
|
"class": "longcat",
|
|
"models": [
|
|
{
|
|
"name": "LongCat-2.0",
|
|
"max_tokens": 131072,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
}
|
|
]
|
|
}
|