engrphoenix commited on
Commit
d0c5377
·
verified ·
1 Parent(s): 1265f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import fitz
9
  # Set up Groq API client
10
  #groq_client = Groq(api_key="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")
11
  def get_groq_client():
12
- return Groq(api_key=os.environ.get("api_key"))
13
 
14
  # Function to extract text from PDF
15
  def extract_pdf_content(pdf_file):
 
9
  # Set up Groq API client
10
  #groq_client = Groq(api_key="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")
11
  def get_groq_client():
12
+ return Groq(api_key=os.environ.get("groq_api"))
13
 
14
  # Function to extract text from PDF
15
  def extract_pdf_content(pdf_file):