@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
22 lines (21 loc) • 428 B
JSON
{
"name": "@lobechat/memory-extract",
"version": "1.0.0",
"private": true,
"main": "src/index.ts",
"scripts": {
"gatekeeper": "tsx scripts/run-gatekeeper.ts"
},
"dependencies": {
"@lobechat/model-runtime": "workspace:*",
"@lobechat/prompts": "workspace:*",
"dotenv": "^16.4.7",
"ora": "^8.2.0"
},
"devDependencies": {
"tsx": "^4.19.2"
},
"peerDependencies": {
"zod": "^3"
}
}