Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from reportlab.pdfgen import canvas
|
|
| 6 |
import textwrap
|
| 7 |
|
| 8 |
# Initialize Groq client using environment variable
|
| 9 |
-
api_key = os.environ.get("
|
| 10 |
|
| 11 |
if api_key:
|
| 12 |
client = Groq(api_key=api_key)
|
|
|
|
| 6 |
import textwrap
|
| 7 |
|
| 8 |
# Initialize Groq client using environment variable
|
| 9 |
+
api_key = os.environ.get("AI_ROADMAP_KEY")
|
| 10 |
|
| 11 |
if api_key:
|
| 12 |
client = Groq(api_key=api_key)
|