Engr-Saeed commited on
Commit
b240c1f
1 Parent(s): 614c5c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def read_document(file):
36
  api_key = "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" # Replace with your actual API key
37
  client = Groq(api_key=api_key)
38
 
39
- # client = Groq()
40
 
41
  # Function to validate and truncate content to prevent API errors
42
  def validate_content(text):
 
36
  api_key = "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" # Replace with your actual API key
37
  client = Groq(api_key=api_key)
38
 
39
+ client = Groq()
40
 
41
  # Function to validate and truncate content to prevent API errors
42
  def validate_content(text):