Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from groq import Groq
|
|
5 |
import os
|
6 |
|
7 |
# Set the API key directly or from environment variable
|
8 |
-
api_key = "
|
9 |
|
10 |
# Initialize the Groq client with the API key
|
11 |
client = Groq(api_key=api_key)
|
|
|
5 |
import os
|
6 |
|
7 |
# Set the API key directly or from environment variable
|
8 |
+
api_key = "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" # Replace with your actual demo API key
|
9 |
|
10 |
# Initialize the Groq client with the API key
|
11 |
client = Groq(api_key=api_key)
|