Chrome extension for browser
Create a .env
file in the root directory and add this line: OPENAI_API_KEY="<your-api-key>"
Directory webbot_extension
is the chrome extension that needs to be loaded from Chrome/Extensions/Load Unpacked
In app_api.py
repplace the extension_id
with the id that you have generated after successfully loading the extension in browser
To host api, use command uvicorn app_api:app