-
- Downloads
Fixed and hidden API Keys
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- README.md 3 additions, 2 deletionsREADME.md
- package-lock.json 26 additions, 7 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- server.js 5 additions, 4 deletionsserver.js
- src/components/ChatGPTAPI.jsx 1 addition, 1 deletionsrc/components/ChatGPTAPI.jsx
- src/pages/Contact.jsx 1 addition, 1 deletionsrc/pages/Contact.jsx
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
"babel-plugin-macros": "^3.1.0", | "babel-plugin-macros": "^3.1.0", | ||
"chart.js": "^4.2.1", | "chart.js": "^4.2.1", | ||
"cors": "^2.8.5", | "cors": "^2.8.5", | ||
"dotenv": "^16.3.1", | |||
"express": "^4.18.2", | "express": "^4.18.2", | ||
"newsapi": "^2.4.1", | "newsapi": "^2.4.1", | ||
"openai": "^3.2.1", | "openai": "^3.2.1", | ||
... | ... |
Please register or sign in to comment