feat: support voice input

This commit is contained in:
Hk-Gosuto
2024-03-13 23:02:28 +08:00
parent e66766f85d
commit bc061fe0f2
13 changed files with 361 additions and 94 deletions

View File

@@ -3,7 +3,7 @@
"private": false,
"license": "mit",
"scripts": {
"dev": "next dev",
"dev": "next dev --experimental-https",
"build": "cross-env BUILD_MODE=standalone next build",
"start": "next start",
"lint": "next lint",
@@ -20,7 +20,6 @@
"@aws-sdk/s3-request-presigner": "^3.414.0",
"@fortaine/fetch-event-source": "^3.0.6",
"@hello-pangea/dnd": "^16.5.0",
"langchain": "0.1.20",
"@langchain/community": "0.0.30",
"@langchain/openai": "0.0.14",
"@next/third-parties": "^14.1.0",
@@ -37,9 +36,10 @@
"html-to-image": "^1.11.11",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.2",
"langchain": "0.1.20",
"mermaid": "^10.6.1",
"nanoid": "^5.0.3",
"next": "^13.4.9",
"next": "^14.1.3",
"node-fetch": "^3.3.1",
"openai": "^4.28.4",
"pdf-parse": "^1.1.1",
@@ -81,4 +81,4 @@
"@langchain/core": "0.1.30",
"openai": "4.28.4"
}
}
}