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

preview_player
Показать описание
Here's a link to the notebook:

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
Рекомендации по теме
Комментарии
Автор

This does not even use langchain. This could be done with the OpenAI API alone.

elginbeloy