Skip to content

Commit

Permalink
added openai
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnochez committed Jun 22, 2024
1 parent 90290a0 commit 3d32bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
config.js
api-testing.js

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"openai": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 3d32bf7

Please sign in to comment.