Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 253 Bytes

financebot

Create .streamlit folder in the root and add secrets.toml file

AZURE_ENDPOINT = ""
AZURE_OPENAPI_KEY = ""

[PINECONE]
PINECONE_API_KEY = ""

[LANGSMITH]
LANGSMITH_API_KEY = ""
LANGCHAIN_PROJECT = "first-deployment"```