zhifu gao
4b39106cd4
fix: allow local FunASR without API key ( #17388 )
...
### Summary
The FunASR provider added in #17171 defaults to a local
`http://localhost:8000/v1 ` server, but it still inherited the global
API-key requirement and unconditionally built an Authorization header.
This prevented the default unauthenticated self-hosted deployment from
working. The transcription path also dereferenced a missing model name
while building its multipart request.
This change:
- allows an empty API key for FunASR, matching other local providers
- omits the Authorization header when no key is configured while
preserving trimmed Bearer authentication when one is provided
- validates and trims the ASR model name before building the multipart
request, returning an error instead of panicking
- adds HTTP-level regression coverage for unauthenticated
transcription/model listing and optional authentication
2026-07-27 10:09:31 +08:00
..
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-23 19:12:58 +08:00
2026-07-24 10:51:37 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-06-08 19:32:19 +08:00
2026-06-08 19:32:19 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 10:51:37 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 13:39:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-27 10:09:31 +08:00
2026-07-27 10:09:31 +08:00
2026-07-24 19:33:38 +08:00
2026-07-21 13:51:17 +08:00
2026-07-21 13:51:17 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-24 19:33:38 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 21:27:58 +08:00
2026-07-23 19:12:58 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-24 10:53:09 +08:00
2026-07-24 10:53:09 +08:00
2026-07-24 19:23:51 +08:00
2026-07-24 19:23:51 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 09:54:08 +08:00
2026-07-24 09:54:08 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-06-03 19:16:28 +08:00
2026-07-09 10:19:10 +08:00
2026-07-14 21:06:11 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-06-02 13:40:10 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-23 13:39:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 15:33:02 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:23:51 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-23 19:12:58 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 19:33:38 +08:00
2026-07-22 22:30:57 +08:00
2026-07-22 22:30:57 +08:00
2026-07-24 10:51:37 +08:00