diff --git a/formfyxer/docx_wrangling.py b/formfyxer/docx_wrangling.py index 0640c82..883f773 100644 --- a/formfyxer/docx_wrangling.py +++ b/formfyxer/docx_wrangling.py @@ -8,7 +8,7 @@ from docx.oxml import OxmlElement import re -os.environ["OPENAI_API_KEY"] = "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" +#os.environ["OPENAI_API_KEY"] = "sk-xxx" client = OpenAI()