Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 323 Bytes

lcxgpthack

LangChain x GPT Agents Hackathon organised by lablab.ai on Sun 28/4/2023

Secret management

$ mkdir -p .streamlit
$ touch .streamlit/secrets.toml

Edit .streamlit/secrets.toml so it looks like this:

OPENAI_API_KEY = "your secret that no one else should know"
SERPER_API_KEY = "idem"