chatgpt-vue icon indicating copy to clipboard operation
chatgpt-vue copied to clipboard

使用 Vue3 + Typescript + Tailwind CSS 框架,调用 OpenAI 的 gpt-3.5-turbo 模型 API 实现的简单聊天对话,支持连续对话。

Results 4 chatgpt-vue issues
Sort by recently updated
recently updated
newest added

在电脑端都正常测试都正常,我是用苹果手机测试,不能用,显示 typeError:load failed ![564ab5f57f5be5bc3e936d9bcc69880](https://github.com/lianginx/chatgpt-vue/assets/284013/f560b1c6-1945-4a57-b346-6adc03a47c6f)

自己改了下用localstorage存的,不知道有没有其他更好的方式~

enhancement

是需要先在外面npm run build之后 再把dist的文件放到electron下吗?,那样在electron下npm run dev启动后也是空白的