momondi commited on
Commit
6f13f4d
·
verified ·
1 Parent(s): 2b6ddaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ for i in range(len(df)):
16
 
17
  # Get the secret key from the environment
18
  import os
19
- groq_api_key = os.environ.get('groq_api_key')
20
 
21
  #LLM Used for RAG
22
  from langchain_groq import ChatGroq
 
16
 
17
  # Get the secret key from the environment
18
  import os
19
+ groq_api_key = os.environ.get('groq_api_keys')
20
 
21
  #LLM Used for RAG
22
  from langchain_groq import ChatGroq