Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onzeng/chatgpt-allai-client

简约版chatgpt 使用 SSR 渲染,项目上线后可在各大搜索引擎搜索到,欢迎 star 后续会接入世界上所有 ai 接口,国内支付宝和微信支付,国外 PayPal,采用 JavaScript 编写全栈项目 此项目没有过度封装,小白都能看懂,主打简洁,可不断完善!
https://github.com/onzeng/chatgpt-allai-client

Last synced: 5 days ago
JSON representation

简约版chatgpt 使用 SSR 渲染,项目上线后可在各大搜索引擎搜索到,欢迎 star 后续会接入世界上所有 ai 接口,国内支付宝和微信支付,国外 PayPal,采用 JavaScript 编写全栈项目 此项目没有过度封装,小白都能看懂,主打简洁,可不断完善!

Awesome Lists containing this project

README

        

# ChatGPT-allai-client

## 介绍

简约版 `ChatGPT`使用 SSR 渲染,**项目上线后可在各大搜索引擎搜索到,欢迎 star**
后续会接入世界上所有 ai 接口,国内支付宝和微信支付,国外 PayPal,采用 javascript 编写全栈项目
此项目没有过度封装,小白都能看懂,主打简洁,可不断完善!

前端`Nuxt3+Naive-ui`

后端`Nest+Mysql`

gitee地址(https://gitee.com/zmzm666/chatgpt-allai-client)

github地址(https://github.com/OnZeng/chatgpt-allai-client)

预览地址:[http://ai.startea.top](http://ai.startea.top)

接口文档(https://apifox.com/apidoc/shared-f06bc49e-3ecb-4971-a254-d46446faaa5a)

### 交流Q群
[575160797](https://qm.qq.com/q/SCid1re1MW)

## 项目效果

不是最终效果,后续会不断优化

### PC 端


图1
图2


图3
图4


图5
图6

### 手机端


图1
图2

## 项目运行

```
# 安装依赖
npm install

# 启动项目
npm run dev

# 打包项目
npm run build
```