Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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 = [
|