zhangwl cd21e1cd92 新增新对话 1 month ago
..
public 1d468bfe17 first commit 1 month ago
src cd21e1cd92 新增新对话 1 month ago
.env 1d468bfe17 first commit 1 month ago
README.md ed15b1035a 流式添加思考过程 1 month ago
favicon.ico 1d468bfe17 first commit 1 month ago
index.html 1d468bfe17 first commit 1 month ago
package-lock.json 1d468bfe17 first commit 1 month ago
package.json 1d468bfe17 first commit 1 month ago
tsconfig.app.json 1d468bfe17 first commit 1 month ago
tsconfig.json 1d468bfe17 first commit 1 month ago
tsconfig.node.json 1d468bfe17 first commit 1 month ago
vite.config.ts 1d468bfe17 first commit 1 month ago

README.md

Chat AI 用户界面

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

安装说明

  1. 克隆仓库
  2. 运行 npm install
  3. 在根目录创建 .env 文件并添加以下环境变量:
VITE_API_URL=http://localhost:8000
  1. Run the server with npm run dev and open on http://localhost:5173/