tsalkar commited on
Commit
6be2859
·
verified ·
1 Parent(s): b6167fa

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -2
config.py CHANGED
@@ -1,6 +1,5 @@
1
  import os
2
- OPENAI_API_KEY = os.getenv("OPENAI_API_KEY", "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")
3
-
4
  COMMON_FORMS_API_URL = "https://tsalkar-pdf-field-extractor-backend.hf.space/extract-fields-stream"
5
 
6
  TARGET_FILE = "docs/template_pdf.pdf"
 
1
  import os
2
+ OPENAI_API_KEY = os.getenv("OPENAI_API_KEY", "")
 
3
  COMMON_FORMS_API_URL = "https://tsalkar-pdf-field-extractor-backend.hf.space/extract-fields-stream"
4
 
5
  TARGET_FILE = "docs/template_pdf.pdf"