Skip to content

Commit

Permalink
fix typo v2
Browse files Browse the repository at this point in the history
  • Loading branch information
AoyuQC committed Jun 17, 2024
1 parent 9f65bd2 commit d3fdbae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/lambda/tools/data_preprocess/Enhance_Doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# you need to install these packages: pypdf, tqdm, openai, langchain

# Please excute => export OPENAI_API_KEY={key}
# Please execute => export OPENAI_API_KEY={key}
openai.api_key = os.getenv("OPENAI_API_KEY")


Expand Down
2 changes: 1 addition & 1 deletion source/lambda/tools/data_preprocess/Enhance_FAQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import math
# you need to install these packages: pypdf, tqdm, openai, langchain

# Please excute => export OPENAI_API_KEY={key}
# Please execute => export OPENAI_API_KEY={key}
openai.api_key = os.getenv("OPENAI_API_KEY")
tokenizer = tiktoken.encoding_for_model("gpt-3.5-turbo")

Expand Down

0 comments on commit d3fdbae

Please sign in to comment.