Build a GPT3.5 Chatbot in 30 Seconds (using Langchain)

2 years ago
28

Here's a link to the notebook:
https://tinyurl.com/Longchain-chatbot

If you don't have langchain or openai installed on your computer, remember to run this before you run the code:

! pip install langchain
! pip install openai

Loading comments...