A conversational chatbot built in Python using Streamlit and the OpenAI LLM model GPT 3.5. thanks to
- folks at string.sg for the sample code.
- dataprofessor https://github.com/dataprofessor/openai-chatbot for explaining his sample code
- https://lookangphysics.streamlit.app/ a chatbot for https://iwant2study.org/ospsg/, has a known weakness in providing URL that are not the actual resources, if you know how to fix this, please contact weelookang@gmail.com
- https://persona1personwithheartdisease.streamlit.app/ for Lower Secondary Sec SLS MOE library lesson
- https://persona2personwithcolorectalcancer.streamlit.app/ for Lower Secondary Sec SLS MOE library lesson
- https://persona3personwithcervicalcancer.streamlit.app/ for Lower Secondary Sec SLS MOE library lesson
- https://masterteacherphysics.streamlit.app/ for Master Teacher of Physics to use as a conversational bot.
streamlit
openai
You can get your own OpenAI API key by following the following instructions:
- Go to https://platform.openai.com/account/api-keys.
- Click on the
+ Create new secret keybutton. - Next, enter an identifier name (optional) and click on the
Create secret keybutton.