giancarloyona / chatgpt-and-langchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT and LangChain

About this repo

This repo is intended to store files and projects developed in this course.

If you want play with the scripts and projects here, you must have an OpenAI Developer account and a valid API key.

To import it into the projects, create a .env file (save this file in the root directory). Inside this file, store the key in the following format: OPENAI_API_KEY=<your_api_key>.

Dependencies

Dependencies for this repo are located in the Pipfile - to install them, you will need to install the pipenv package first - check the docs. Once installed, just run pipenv install and you are good to go!

About


Languages

Language:Jupyter Notebook 91.8%Language:Python 8.2%