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

基于 Nuxt.js 框架的 ChatGPT 类项目,支持 OpenAI 和 Azure 两种 API 切换,支持黑暗模式、中英日多语言切换。

Results 7 chatgpt-nuxt issues
Sort by recently updated
recently updated
newest added

When I try to use npm install to setup the project, I encounter the following problem. ![before](https://github.com/lianginx/chatgpt-nuxt/assets/68836494/2d886c03-6c34-46bf-a5e7-fadd66786161) Therefore, I find the solution from stackoverflow, I add the alias for pinia...

报了这个错,应用跑不起来,麻烦看一下~ ![image](https://github.com/lianginx/chatgpt-nuxt/assets/93071927/086a1b4b-a151-489d-998e-02aaa870950d)

卡在第一步安装依赖。机器是CentOS 7,已更新gcc等。 ![图片](https://github.com/lianginx/chatgpt-nuxt/assets/32238027/01732b87-62b5-4c9a-9e38-550c19aaf1ab) 我的2G小鸡还有剩1G以上内存。但是就是安装不成功。 大神能否直接将环境配置写进Dockerfile。便于docker部署。

error https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz: incorrect data check error https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz: incorrect data check error https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz: incorrect data check error https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz: incorrect data check error https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz: incorrect data check error https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz: incorrect data check

大佬可以考虑把图像生成和语音转文字接入吗?就是openAI官方的这两个模型:DALL·E 和 Whisper

This pull request fixes #41, updates the import statements in multiple files to use type-only imports. This improves the code readability and reduces unnecessary imports.