Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 609 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 609 Bytes

PotterHead

An application built using GPT3

Potterhead is an open-source chatbot that brings the magic of Harry Potter to life in a fun and interactive way. Built using the GPT3 that uses semantic search and prompt engineering, this chatbot is designed to be a great project for developers who are interested in building conversational interfaces.

Live demo: https://potterhead.streamlit.app/

To build your own and run locally create a .streamlit/secrets.toml file and set the following:

OPENAI_API_KEY="..."

and then start the streamlit server:

streamlit run app.py