Add Google Cloud Chirp 3 TTS provider with service account support

This commit is contained in:
2026-05-13 02:42:54 +02:00
parent 6e9a26557f
commit f05e57493c
7 changed files with 992 additions and 13 deletions

View File

@@ -19,6 +19,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@google-cloud/text-to-speech": "^6.4.1",
"@google/generative-ai": "^0.24.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
@@ -51,4 +52,4 @@
],
"author": "",
"license": "MIT"
}
}