Skip to content

Commit

Permalink
Remove (disabled) API key
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Nov 19, 2023
1 parent 573c485 commit ebafa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formfyxer/docx_wrangling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit ebafa0f

Please sign in to comment.