项目文件夹

文件
yf 8a3eaddc09 feat: personal file hub with upload/download/share + AI streaming chat
- web_function on WeHub Cloud (PG + object_storage + model_router)
- File upload via presigned PUT URLs, download, share links, delete
- AI streaming Q&A via SSE from model_router (OpenAI-compatible)
- Drag-and-drop file upload UI, markdown-rendered chat responses
2026-08-06 17:41:50 +08:00

13 行
254 B
JSON

{
"name": "personal-file-hub",
"private": true,
"version": "0.1.0",
"main": "server.js",
"type": "commonjs",
"dependencies": {
"@aws-sdk/client-s3": "^3.1084.0",
"@aws-sdk/s3-request-presigner": "^3.1084.0",
"pg": "^8.22.0"
}
}