Ankit93 commited on
Commit
1ef3b0b
·
verified ·
1 Parent(s): 76b62e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
18
  logging.info("Streamlit app started")
19
 
20
  # Load the API key
21
- groq_api_key = os.getenv("GROQ_API_KEY")
22
  if not groq_api_key:
23
  logging.error("GROQ API key is missing!")
24
 
 
18
  logging.info("Streamlit app started")
19
 
20
  # Load the API key
21
+ groq_api_key = "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" #os.getenv("GROQ_API_KEY")
22
  if not groq_api_key:
23
  logging.error("GROQ API key is missing!")
24