Making our own web search-enabled chatbot, like Bing!
I use pipenv
so initialize that so you can fetch the dependencies. Then, in the api
directory, run the API:
uvicorn main:app --reload --host ::
Navigate to the web
folder and install the dependencies with yarn
. Then start the dev server:
yarn dev