Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 574 Bytes

FinGPT

Technology demonstrator for LangChain.

Written in python using Streamlit

To install libraries run 'pip install -r requirements.txt'

You will need to create a .env file and in this .env file insert your own OPENAI_API_KEY as in: OPENAI_API_KEY='sk-xxxyyyZZZaaabbbCCC'

** Using the application as-is will result in charges in your OpenAI account **

** Substitute another free to use LLM if you do not wish to incur charges **

to run the app type 'streamlit run main.py' and the app will run in a browser on you machine on port 8502 e.g. localhost:8502