test(providers): regenerate translate-path golden snapshot for freebuff (#10531)

This commit is contained in:
Markus Hartung
2026-08-21 00:03:09 -03:00
parent b661b71559
commit 6098954b0b
2 changed files with 24 additions and 23 deletions

View File

@@ -0,0 +1 @@
- chore(test): regenerate the provider/translate-path golden snapshot to reflect freebuff (#10531), fixing a base-red left by that merge (freebuff/freeinference key ordering only, no value changes).

View File

@@ -2141,29 +2141,6 @@
"stream": "https://api.freeaiapikey.com/v1/chat/completions"
}
},
"freeinference": {
"format": "openai",
"headers": {
"apiKey": {
"Accept": "text/event-stream",
"Authorization": "Bearer <TOK>",
"Content-Type": "application/json"
},
"nonStream": {
"Authorization": "Bearer <TOK>",
"Content-Type": "application/json"
},
"oauth": {
"Accept": "text/event-stream",
"Authorization": "Bearer <TOK>",
"Content-Type": "application/json"
}
},
"url": {
"nonStream": "https://freeinference.org/v1/chat/completions",
"stream": "https://freeinference.org/v1/chat/completions"
}
},
"freebuff": {
"format": "openai",
"headers": {
@@ -2187,6 +2164,29 @@
"stream": "https://www.codebuff.com/api/v1"
}
},
"freeinference": {
"format": "openai",
"headers": {
"apiKey": {
"Accept": "text/event-stream",
"Authorization": "Bearer <TOK>",
"Content-Type": "application/json"
},
"nonStream": {
"Authorization": "Bearer <TOK>",
"Content-Type": "application/json"
},
"oauth": {
"Accept": "text/event-stream",
"Authorization": "Bearer <TOK>",
"Content-Type": "application/json"
}
},
"url": {
"nonStream": "https://freeinference.org/v1/chat/completions",
"stream": "https://freeinference.org/v1/chat/completions"
}
},
"freemodel-dev": {
"format": "openai",
"headers": {