-
### Environment
- Operating System: Windows_NT
- Node Version: v20.7.0
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Package Manager: pnpm@8.15.6
- Buil…
-
My icons bundle size is 1008KB. Mostly because of using icons from the "flags" collection, which is quite heavy.
I don't know if it's feasible, but a way to automatically split the bundled icons into…
-
### Describe the feature
Can we have ChatGPT integration with the docs? EdgeDB recently had the docs integrated with ChatGPT (see the askAI button)
https://www.edgedb.com/docs
This will make it…
ccsv updated
4 months ago
-
version: '3'
services:
client:
image: wongsaang/chatgpt-ui-client:latest
environment:
- SERVER_DOMAIN=http://192.168.2.33:8000
- NUXT_PUBLIC_APP_NAME='ChatGPT AI' # APP 名称
…
-
### Description
### Background
The current Table component in Nuxt UI allows for the listing of data but lacks a dedicated area for displaying supplementary information such as summary results. This…
forno updated
6 months ago
-
-
Nuxt Lego naming was inspired by the LEGO bricks, as the aim of this library is to create a lego type component, where user can build the component however they want, just like a lego bricks.
But I…
-
报了这个错,应用跑不起来,麻烦看一下~
![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部署。
-
### Description
import `jsonwebtoken` throws error
### Reproduction
The code:
```javascript
import { verify } from "jsonwebtoken";
```
The error message:
```console
import { verify …