package.json

This commit is contained in:
Claeb101 2023-03-04 15:08:40 -05:00
parent f3652a514d
commit d00dbb916f
2 changed files with 15 additions and 0 deletions

2
chat.js Normal file
View File

@ -0,0 +1,2 @@
// can send string to twilio - auto tts -> yeah
//

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "therapist",
"version": "0.1.0",
"private": true,
"scripts": {
},
"dependencies": {
"openai": "^3.1.0"
},
"engines": {
"node": ">=14.6.0"
}
}