Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
-
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY", "
|
| 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"
|