Skip to content

Commit

Permalink
forgot dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
victorrgouvea committed Sep 19, 2024
1 parent e3e102c commit 650ebdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/create_md.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import json
import re
from openai import OpenAI
from dotenv import load_dotenv
from scrapy.utils.python import List

load_dotenv()
# from dotenv import load_dotenv
# load_dotenv()

client = OpenAI()

Expand Down

0 comments on commit 650ebdc

Please sign in to comment.