momondi commited on
Commit
1adfcb4
·
verified ·
1 Parent(s): 1a20e81

Update app.py

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