Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josemartin357/langchain-gpt
- Owner: josemartin357
- License: mit
- Created: 2023-10-31T05:12:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T06:48:39.000Z (about 1 year ago)
- Last Synced: 2023-11-01T06:24:39.289Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`