Skip to content

Commit

Permalink
refactor: 이전 커밋 메시지 왜저래
Browse files Browse the repository at this point in the history
  • Loading branch information
kooqooo committed Aug 8, 2024
1 parent 570ed9b commit 273ffc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
from langchain.memory.buffer_window import ConversationBufferWindowMemory
from langchain.prompts.prompt import PromptTemplate
from PIL import Image
from dotenv import load_dotenv

sys.path.append("./")
from config import OPENAI_API_KEY

load_dotenv() # OPENAI_API_KEY 불러오기

def load_css_as_string(file_name):
with open(file_name, "r") as f:
Expand Down

0 comments on commit 273ffc2

Please sign in to comment.