mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 23:21:04 +08:00
21 lines
387 B
JSON
21 lines
387 B
JSON
|
|
{
|
||
|
|
"name": "HuggingFace",
|
||
|
|
"url": {
|
||
|
|
"default": "https://router.huggingface.co/v1/"
|
||
|
|
},
|
||
|
|
"url-suffix": {
|
||
|
|
"chat": "chat/completions",
|
||
|
|
"models": "models",
|
||
|
|
"embedding": "hf-inference/models"
|
||
|
|
},
|
||
|
|
"class": "huggingface",
|
||
|
|
"models": [
|
||
|
|
{
|
||
|
|
"name": "openai/gpt-oss-120b:fastest",
|
||
|
|
"max_tokens": 32768,
|
||
|
|
"model_types": [
|
||
|
|
"chat"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|