Logo
Explore Help
Register Sign In
zlei6/ragflow
1
0
Fork 0
You've already forked ragflow
mirror of https://github.com/infiniflow/ragflow.git synced 2026-06-29 23:41:12 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
ragflow/conf/models/huggingface.json

21 lines
386 B
JSON
Raw Permalink Normal View History

Go: implement provider: HuggingFace (#14722) ### What problem does this PR solve? Implement `HuggingFace` provider ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2026-05-09 13:36:03 +08:00
{
"name": "HuggingFace",
"url": {
Refactor(Go): remove hardcode in huggingface provider (#14822) ### What problem does this PR solve? remove hardcode in `huggingface` provider ### Type of change - [x] Refactoring
2026-05-12 11:35:26 +08:00
"default": "https://router.huggingface.co/v1"
Go: implement provider: HuggingFace (#14722) ### What problem does this PR solve? Implement `HuggingFace` provider ### Type of change - [x] New Feature (non-breaking change which adds functionality)
2026-05-09 13:36:03 +08:00
},
"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"
]
}
]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 1047ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API