usmanyousaf commited on
Commit
bd2621c
·
verified ·
1 Parent(s): 36ce776

Update parse.py

Browse files
Files changed (1) hide show
  1. parse.py +1 -1
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 = (