hahahumble / speechgpt

💬 SpeechGPT is a web application that enables you to converse with ChatGPT.
https://speechgpt.app
MIT License
2.74k stars 404 forks source link

使用语音功能过程中一定要连接梯子吗,是否可以不连 #62

Open wenziheng777 opened 1 year ago

wenziheng777 commented 1 year ago

Is your feature request related to a problem?

使用语音功能过程中一定要连接梯子吗,是否可以不连

Describe the solution you'd like

使用语音功能过程中一定要连接梯子吗,是否可以不连

Additional context

No response

erbanku commented 1 year ago

我这边尝试是不需要的,但是如果不连接可能有些慢。 可以在你当前网络环境下,用你的 key 连接试试能不能正常输出。

Azure TTS 会向以下地址发送请求:

https://$(region).tts.speech.microsoft.com/cognitiveservices/v1
https://${region}.api.cognitive.microsoft.com/sts/v1.0/issueToken

Amazon Polly 会向以下地址发送请求:

https://polly.${region}.amazonaws.com/v1/speech

如果你的网络环境连接这些地址没问题,那就可以不开代理。网络环境因运营商和地区而已还是建议根据自己网络情况尝试,觉得有问题就请开代理(代理环境下速度可能会快一些)。

wenziheng777 commented 1 year ago

我这边尝试是不需要的,但是如果不连接可能有些慢。 可以在你当前网络环境下,用你的 key 连接试试能不能正常输出。

Azure TTS 会向以下地址发送请求:

https://$(region).tts.speech.microsoft.com/cognitiveservices/v1
https://${region}.api.cognitive.microsoft.com/sts/v1.0/issueToken

Amazon Polly 会向以下地址发送请求:

https://polly.${region}.amazonaws.com/v1/speech

如果你的网络环境连接这些地址没问题,那就可以不开代理。网络环境因运营商和地区而已还是建议根据自己网络情况尝试,觉得有问题就请开代理(代理环境下速度可能会快一些)。

好的,已经可以运行,有了openai key后。另外就是Azure如何获取

erbanku commented 1 year ago

Speech service overview

Search speech on the Azure portal and click into the service like the screenshot, and deploy a free speech service, then find your keys in the Keys and Endpoint menu.

image

image