added: grade, subject and chapter in new chat, fixed that shitty card bug
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "padhle-backend",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"description": "AI-powered educational chat backend for padhle",
|
||||
"scripts": {
|
||||
"dev": "node --watch src/index.js",
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.1.0",
|
||||
"openai": "^5.11.0",
|
||||
"dotenv": "^16.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user