File size: 332 Bytes
5cf374f |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{
"name": "research-methods-chatbot-functions",
"version": "1.0.0",
"description": "Serverless functions for the Educational Research Methods Chatbot using Mistral",
"main": "chat-mistral.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"node-fetch": "^2.6.7"
}
}
|