This ChatGTP React App with Enhanced by google search feature
I used the following ressources
- How to set up a react app with a server
- How to access ChatGTP Api
- I have added Dotenv for secure storing API keys
- I have been inspired by this chrome extension for the prompt
- How to deploy on vercel
- Add environnement variables for the server on vercel:
OPENAI=yourAPIkey GOOGLECUSTSEARCHENGINE=yourAPIkey GOOGLESEARCHENGINEID=yourAPIkey
MIT