Skip to content

Commit

Permalink
Use normal openai-edge package
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHeiner committed Jul 17, 2023
1 parent 5919534 commit 7d5c0fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tutorial-nextjs/package.json
Expand Up @@ -9,7 +9,6 @@
"lint": "next lint"
},
"dependencies": {
"@nick.heiner/openai-edge": "1.0.1-7",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
Expand All @@ -18,6 +17,7 @@
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"next": "13.4.6",
"openai-edge": "1.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.3"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Expand Up @@ -17945,6 +17945,13 @@ __metadata:
languageName: node
linkType: hard

"openai-edge@npm:1.2.0":
version: 1.2.0
resolution: "openai-edge@npm:1.2.0"
checksum: 5fa7962527b4001fe3beb29cb983014b1f7a1051199b4b1df60dc5638b8d31d9f8f8924b7795b997f609cc15cd19f93a64d5e55cd99e5d52a9970acd267e97c9
languageName: node
linkType: hard

"openai@npm:^3.2.0, openai@npm:^3.3.0":
version: 3.3.0
resolution: "openai@npm:3.3.0"
Expand Down Expand Up @@ -22716,7 +22723,6 @@ __metadata:
"@babel/core": ^7.22.5
"@babel/plugin-transform-react-jsx": ^7.22.5
"@next/eslint-plugin-next": ^13.4.6
"@nick.heiner/openai-edge": 1.0.1-7
"@types/node": 20.3.1
"@types/react": 18.2.12
"@types/react-dom": 18.2.5
Expand All @@ -22728,6 +22734,7 @@ __metadata:
eslint-config-next: 13.4.6
eslint-config-nth: ^2.0.1
next: 13.4.6
openai-edge: 1.2.0
react: 18.2.0
react-dom: 18.2.0
typescript: 5.1.3
Expand Down

0 comments on commit 7d5c0fc

Please sign in to comment.