Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josemartin357/langchain-gpt

Test Application built with streamline, OpenAI and LangChain
https://github.com/josemartin357/langchain-gpt

Last synced: 4 days ago
JSON representation

Test Application built with streamline, OpenAI and LangChain

Awesome Lists containing this project

README

        

# langchain-gpt
Test Application built with streamline, OpenAI and LangChain.
The purpose of this project is to learn more about LangChain.

## Requirements
- Get an OpenAI API token here: https://platform.openai.com/account/api-keys
- Install streamlit, langchain, openai and wikipedia running the terminal command: `pip install streamlit langchain openai wikipedia`
- Use `pip list` to confirm packages were downloaded

## What each packages does

- StreamLit -> Used to build the app
- LangChain -> Framework used to build the LLM workflow
- OpenAI -> To use OpenAI GPT
- Wikipedia -> Used to connect GPT to Wikipedia

## How to run
To run app, use the command: `streamlit run app.py`