This FastAPI application allows you to interact with the TutKids chatbot powered by the PaLM API from Google GenerativeAI.
Steps to reproduce:
- Open the cmd in the project directory.
- Run 'uvicorn main:app --restart'
- Copy the link to your browser(e.g. http://127.0.0.1:8000)
- Add /docs at the end of the link (e.g. http://127.0.0.1:8000/docs)
- Scroll down to 'Get' and you can change user input and test the program.