mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 12:20:34 +00:00
IOS safari whisper support (#2870)
* fix: variables check * remove log * perf: safari whisper * feat: comment * perf: connetion check * doc
This commit is contained in:
@@ -184,6 +184,7 @@ export const dispatchHttp468Request = async (props: HttpRequestProps): Promise<H
|
||||
}
|
||||
})();
|
||||
|
||||
// Just show
|
||||
const formattedRequestBody: Record<string, any> = (() => {
|
||||
if (requestBody instanceof FormData || requestBody instanceof URLSearchParams) {
|
||||
return Object.fromEntries(requestBody);
|
||||
|
Reference in New Issue
Block a user