mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-14 05:53:41 +08:00
fix bug
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"private": false,
|
||||
"license": "mit",
|
||||
"scripts": {
|
||||
"dev": "next dev --experimental-https",
|
||||
"dev": "next dev",
|
||||
"dev:https": "next dev --experimental-https",
|
||||
"build": "cross-env BUILD_MODE=standalone next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
@@ -39,7 +40,7 @@
|
||||
"langchain": "0.1.20",
|
||||
"mermaid": "^10.6.1",
|
||||
"nanoid": "^5.0.3",
|
||||
"next": "^14.1.3",
|
||||
"next": "^13.4.9",
|
||||
"node-fetch": "^3.3.1",
|
||||
"openai": "^4.28.4",
|
||||
"pdf-parse": "^1.1.1",
|
||||
|
Reference in New Issue
Block a user