feat: #2 add prompt hints

This commit is contained in:
Yifei Zhang
2023-03-28 17:30:11 +00:00
parent 7d5e742ea6
commit 6782e65fdf
10 changed files with 238 additions and 47 deletions

View File

@@ -12,7 +12,6 @@
},
"dependencies": {
"@svgr/webpack": "^6.5.1",
"@types/js-search": "^1.4.0",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
@@ -24,7 +23,7 @@
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eventsource-parser": "^0.1.0",
"js-search": "^2.0.0",
"fuse.js": "^6.6.2",
"next": "^13.2.3",
"node-fetch": "^3.3.1",
"openai": "^3.2.1",
@@ -38,6 +37,7 @@
"sass": "^1.59.2",
"spark-md5": "^3.0.2",
"typescript": "4.9.5",
"use-debounce": "^9.0.3",
"zustand": "^4.3.6"
}
}