Dictation through AI
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"dev": "node node_modules/tsx/dist/cli.mjs watch src/index.ts",
|
||||
"build": "node node_modules/typescript/bin/tsc -p tsconfig.json",
|
||||
"start": "node dist/index.js"
|
||||
"start": "node dist/index.js",
|
||||
"setup-whisper": "python3 -m pip install -r requirements-whisper.txt"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^11.2.0",
|
||||
|
||||
Reference in New Issue
Block a user