feat(tools): added speech to text with openai whisper, elevenlabs, and deepgram (#2068)

* feat(tools): added speech to text with openai whisper, elevenlabs, and deepgram

* added new file icons, implemented ffmpeg

* updated docs

* revert environment
This commit is contained in:
Waleed
2025-11-19 21:03:54 -08:00
committed by GitHub
parent 7c5d625ca5
commit e64b1c9fcd
27 changed files with 1884 additions and 18 deletions

View File

@@ -39,8 +39,11 @@
"@t3-oss/env-nextjs": "0.13.4",
"@tanstack/react-query": "5.90.8",
"@tanstack/react-query-devtools": "5.90.2",
"@types/fluent-ffmpeg": "2.1.28",
"cronstrue": "3.3.0",
"drizzle-orm": "^0.44.5",
"ffmpeg-static": "5.3.0",
"fluent-ffmpeg": "2.1.3",
"mongodb": "6.19.0",
"neo4j-driver": "6.0.1",
"onedollarstats": "0.0.10",
@@ -63,5 +66,8 @@
"*.{js,jsx,ts,tsx,json,css,scss}": [
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
]
}
},
"trustedDependencies": [
"ffmpeg-static"
]
}