Skip to content

Haikus generated with OpenGPT and LangChain, with the assistance of Wikipedia research.

Notifications You must be signed in to change notification settings

coryjquirk/GPT-LangChain-haikus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Dependency Installation:

pip install streamlit langchain openai wikipedia chromadb tiktoken streamlit - used to build the app langchain - used to build llm workflow openai - needed to use openai gpt wikipedia - used to connect gpt to wikipedia chromadb - vector storage...next tut? tiktoken - backend tokenizer for openai

OpenAI key setup

  1. Retrieve an OpenAI API key from https://platform.openai.com/account/api-keys
  2. Set your secret key to a variable called api_key in a file called apikey.py at the root of this repository.

Usage

streamlit run app.py

Credit

Produced with the guidance of Nicholas Renotte's LangChain Crash Course: Build a AutoGPT app in 25 minutes!

nicknochnack/Langchain-Crash-Course

Significant-Gravitas/Auto-GPT

hwchase17/langchain

About

Haikus generated with OpenGPT and LangChain, with the assistance of Wikipedia research.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages