Spaces:
Running
Running
Update parse.py
Browse files
parse.py
CHANGED
@@ -6,7 +6,7 @@ from groq import Groq # type: ignore
|
|
6 |
api_key = os.getenv("GROQ_API_KEY")
|
7 |
|
8 |
# Initialize the Groq client with the retrieved API key
|
9 |
-
client = Groq(api_key=api_key
|
10 |
|
11 |
# Define the template for parsing
|
12 |
template = (
|
|
|
6 |
api_key = os.getenv("GROQ_API_KEY")
|
7 |
|
8 |
# Initialize the Groq client with the retrieved API key
|
9 |
+
client = Groq(api_key=api_key)
|
10 |
|
11 |
# Define the template for parsing
|
12 |
template = (
|