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

Update parse.py

Browse files
Files changed (1) hide show
  1. parse.py +1 -0
parse.py CHANGED
@@ -1,4 +1,5 @@
1
  from groq import Groq # type: ignore
 
2
 
3
  # Initialize Groq client with the API key directly
4
 
 
1
  from groq import Groq # type: ignore
2
+ import os
3
 
4
  # Initialize Groq client with the API key directly
5