-
- github: https://github.com/nuxtlabs/ui
- website: https://ui.nuxtlabs.com/getting-started
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v18.13.0
- Nuxt Version: 3.4.1
- Nitro Version: 2.3.3
- Package Manager: pnpm@8.2.0
- Build…
-
### Description
[ChatGPT](https://openai.com/) integration for [Nuxt 3](https://nuxt.com/).
This user-friendly module boasts of an easy integration process that enables seamless implementation int…
-
![image](https://github.com/lianginx/chatgpt-nuxt/assets/33411806/8b368bff-8dc2-4a20-84ab-5dff8b589ad1)
-
The streaming feature not working in the docker.
- NUXT_PUBLIC_APP_NAME='ChatGPT UI'
- NUXT_PUBLIC_TYPEWRITER=true
- NUXT_PUBLIC_TYPEWRITER_DELAY=100 has no impact on the UI even if …
-
# Issue Metrics
| Metric | Average | Median | 90th percentile |
| --- | --- | --- | ---: |
| Time to first response | 3 days, 7:02:18 | 15:01:18 | 9 days, 18:04:43 |
| Time to close | 2 days, 10:30:0…
-
### Environment
```
------------------------------
- Operating System: Windows_NT
- Node Version: v16.19.0
- Nuxt Version: 3.5.1
- Nitro Version: 2.4.1
- Package Manager: npm@9.6.5
…
-
Running into this issue:
https://github.com/transitive-bullshit/chatgpt-api/issues/334
```
__dirname is not defined
at node_modules/gpt-3-encoder/Encoder.js (http://localhost:3000/_nuxt/node…
-
`
version: '3'
services:
client:
image: wongsaang/chatgpt-ui-client:latest
environment:
- SERVER_DOMAIN=http://backend-web-server
- NUXT_PUBLIC_APP_NAME='ChatGPT UI' # APP…
-
Hello again!
Using the following YML for docker compose, all looks well, yet I am unable to open the admin page, instead I get an error 404. Is there anything wrong with the changes I have made to …