MandarBhalerao commited on
Commit
8ac18f8
·
1 Parent(s): 87c545a

Initial commit

Browse files
Files changed (1) hide show
  1. app/chains.py +1 -1
app/chains.py CHANGED
@@ -10,7 +10,7 @@ import streamlit as st
10
  GROQ_API_KEY = st.secrets["default"]["GROQ_API_KEY"]
11
 
12
  # using this we can have a file called .env in your root folder where you can keep your API key.
13
- load_dotenv() # This will find the .env file and it will set the things in that file as your environment variable
14
 
15
  # print(os.getenv("GROQ_API_KEY")) # just for testing
16
 
 
10
  GROQ_API_KEY = st.secrets["default"]["GROQ_API_KEY"]
11
 
12
  # using this we can have a file called .env in your root folder where you can keep your API key.
13
+ # load_dotenv() # This will find the .env file and it will set the things in that file as your environment variable
14
 
15
  # print(os.getenv("GROQ_API_KEY")) # just for testing
16