tahirsher commited on
Commit
89c0409
·
verified ·
1 Parent(s): c72e181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ from io import BytesIO
8
  import groq.client as client # Ensure Groq client is properly installed
9
 
10
  # Set up Groq API key
11
- GROQ_API_KEY = os.getenv("Groq_Api_Key")
12
- client.configure(api_key=GROQ_API_KEY)
13
 
14
  # List of GitHub PDF URLs
15
  PDF_URLS = [
 
8
  import groq.client as client # Ensure Groq client is properly installed
9
 
10
  # Set up Groq API key
11
+ GROQ_API_KEY = os.getenv("GROQ_Api_Key")
 
12
 
13
  # List of GitHub PDF URLs
14
  PDF_URLS = [