Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fbatiga committed Jun 7, 2023
1 parent d929405 commit a80b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from langchain.prompts.prompt import PromptTemplate


os.environ["OPENAI_API_KEY"] = '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';
os.environ["OPENAI_API_KEY"] = '';


def get_document(document_path):
Expand Down

0 comments on commit a80b537

Please sign in to comment.