Skip to content

Commit

Permalink
af
Browse files Browse the repository at this point in the history
  • Loading branch information
miyannishar committed Jul 3, 2024
1 parent ab1321e commit e1b4263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
from langchain.embeddings import OpenAIEmbeddings
from langchain.vectorstores import FAISS

from dotenv import load_dotenv
import os

load_dotenv()


os.environ['OPENAI_API_KEY']=os.getenv("OPENAI_API_KEY")

Expand Down

0 comments on commit e1b4263

Please sign in to comment.