feat(message-actions): add speak message, bump version

This commit is contained in:
ItzCrazyKns 2024-05-03 18:25:22 +05:30
parent dafc835774
commit c87c2b27a9
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
6 changed files with 41 additions and 17 deletions

View file

@ -1,6 +1,6 @@
{
"name": "perplexica-backend",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {
@ -29,6 +29,7 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"langchain": "^0.1.30",
"react-text-to-speech": "^0.14.5",
"winston": "^3.13.0",
"ws": "^8.16.0",
"zod": "^3.22.4"