C-Nedelcu / talk-to-chatgpt

Talk to ChatGPT AI using your voice and listen to its answers through a voice
GNU Affero General Public License v3.0
1.97k stars 333 forks source link

chatgpt 的网页并不好用,希望可以使用自己的api #49

Closed xiaolongbaox closed 1 year ago

xiaolongbaox commented 1 year ago

由于使用的人太多,gpt的网页并不好用,仅对话两三次就需要刷新页面才能继续对话。希望可以实现在本地通过api和和chatgpt语音对话,这可以是一个脚本,app,或者其他。 /感谢你开发的浏览器扩展

hahahumble commented 1 year ago

可以试试这个 https://github.com/hahahumble/speechgpt

C-Nedelcu commented 1 year ago

可以试试这个 https://github.com/hahahumble/speechgpt

Very nice project. It's a bit different than mine, because yours uses the API, whereas mine relies on the current ChatGPT HTML DOM/UI. You can definitely do a lot more with a project like yours. Mine is very limited. Good luck!

xiaolongbaox commented 1 year ago

可以试试这个 https://github.com/hahahumble/speechgpt

好东西,和我想要的完全一样,谢谢你的开发