gpt4 book ai didi

curl - 在 Curl 中使用 Bing Speech 示例

转载 作者:行者123 更新时间:2023-12-03 13:11:55 25 4
gpt4 key购买 nike

首先,我真的不知道我在做什么,所以我为这个愚蠢的问题道歉......只是试图按照这里的说明进行操作:
https://www.microsoft.com/cognitive-services/en-us/Speech-api/documentation/GetStarted/GetStarted-cURL

在 Windows 上使用 cURL 并输入:

curl -v -X POST "https://speech.platform.bing.com/recognize?scenarios=ulm&appid=D4D52672-91D7-4C74-8AD8-42B1D98141A5&locale=en-US&device.os=windows&version=3.0&format=json&instanceid=e8ef8f76-2318-45d4-ac04-b73362ac61ec&requestid=73346a62-51fb-4aad-882b-9e5cd4198f57 "-H '授权:承载 JWT'-H '内容类型:音频/wav;编解码器=“音频/pcm”;采样率=16000' --data-binary @bing2.wav

这是输出......任何关于我做错了什么的线索将不胜感激:

*  SSL certificate verify ok.
> POST /recognize?scenarios=ulm&appid=D4D52672-91D7-4C74-8AD8-
42B1D98141A5&local
e=en-US&device.os=windows&version=3.0&format=json&instanceid=e8ef8f76-2318- 45d4-
ac04-b73362ac61ec&requestid=73346a62-51fb-4aad-882b-9e5cd4198f57 HTTP/1.1
> Host: speech.platform.bing.com
> User-Agent: curl/7.50.0
> Accept: */*
> Content-Length: 314438
> Content-Type: application/x-www-form-urlencoded
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
* We are completely uploaded and fine
< HTTP/1.1 403 Forbidden
< Content-Length: 0
< Server: Microsoft-IIS/8.5
< X-MSEdge-Ref: Ref A: 3BA3FD7E454246D69D3B1E6C436F0261 Ref B:
8CD198CC061DC0914
B02FDF95CFEDBD6 Ref C: Sun Jan 8 15:06:41 2017 PST
< Date: Sun, 08 Jan 2017 23:06:41 GMT
<
* Connection #0 to host speech.platform.bing.com left intact
Note: Unnecessary use of -X or --request, POST is already inferred.
* Rebuilt URL to: Bearer/
* Could not resolve host: Bearer
* Closing connection 1
curl: (6) Could not resolve host: Bearer
Note: Unnecessary use of -X or --request, POST is already inferred.

提前致谢!

最佳答案

如果您正确格式化命令行,它应该可以工作。

你错过了之前的空间 -H 'Content-type... ,因此 -H 之前的报价未正确处理。您还需要在 Bearer 之后正确替换上一步收到的 token ,不只是放JWT .

关于curl - 在 Curl 中使用 Bing Speech 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41539064/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com