Files
ragflow/conf/models/huggingface.json

21 lines
387 B
JSON
Raw Normal View History

{
"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"
]
}
]
}