zhangwl 13ea67c849 feat:1. App.vue - 添加认证逻辑 2 months ago
..
public 1d468bfe17 first commit 4 months ago
src 13ea67c849 feat:1. App.vue - 添加认证逻辑 2 months ago
.env d81544c6c2 feat:登录过期后,停止AI输出; 隐藏退出按钮 3 months ago
README.md 930bbe2a25 feat:调整为正式环境配置 3 months ago
favicon.ico 1d468bfe17 first commit 4 months ago
index.html 1d468bfe17 first commit 4 months ago
package-lock.json 1d468bfe17 first commit 4 months ago
package.json 1d468bfe17 first commit 4 months ago
tsconfig.app.json 1d468bfe17 first commit 4 months ago
tsconfig.json 1d468bfe17 first commit 4 months ago
tsconfig.node.json 1d468bfe17 first commit 4 months ago
vite.config.ts 1d468bfe17 first commit 4 months ago

README.md

Chat AI 用户界面

这是 Chat AI 应用的前端部分。它是一个基于 Vue.js 3 的应用程序,通过自定义 API 与 Stream Chat、您的 Neon PostgreSQL 数据库和 Open AI 进行交互。

安装说明

  1. 克隆仓库
  2. 运行 npm install
  3. 在根目录创建 .env 文件并添加以下环境变量:
  4. 打包运行 npm run build

    VITE_API_URL=http://localhost:8000
    
  5. Run the server with npm run dev and open on http://localhost:5173/