Koomemartin commited on
Commit
d9d414b
·
verified ·
1 Parent(s): 3276856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ class Website:
19
  self.text = soup.body.get_text(separator="\n", strip=True)
20
 
21
  # Initialize Groq client
 
22
  api_key = os.getenv('GROQ_API_KEY')
23
  client = Groq(api_key=api_key)
24
 
 
19
  self.text = soup.body.get_text(separator="\n", strip=True)
20
 
21
  # Initialize Groq client
22
+ load_dotenv()
23
  api_key = os.getenv('GROQ_API_KEY')
24
  client = Groq(api_key=api_key)
25