mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-07 17:58:55 +08:00
Refactor(Go): remove hardcode in huggingface provider (#14822)
### What problem does this PR solve? remove hardcode in `huggingface` provider ### Type of change - [x] Refactoring
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "HuggingFace",
|
||||
"url": {
|
||||
"default": "https://router.huggingface.co/v1/"
|
||||
"default": "https://router.huggingface.co/v1"
|
||||
},
|
||||
"url-suffix": {
|
||||
"chat": "chat/completions",
|
||||
|
||||
Reference in New Issue
Block a user