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:
Haruko386
2026-05-12 11:35:26 +08:00
committed by GitHub
parent 139b76d2b1
commit 128a64eae5
2 changed files with 8 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "HuggingFace",
"url": {
"default": "https://router.huggingface.co/v1/"
"default": "https://router.huggingface.co/v1"
},
"url-suffix": {
"chat": "chat/completions",