Skip to content

Commit

Permalink
Merge pull request yoheinakajima#34 from sanity/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in assertion
  • Loading branch information
yoheinakajima authored Apr 5, 2023
2 parents a5e1807 + f13c418 commit 0e1443f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babyagi.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Set API Keys
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY", "")
assert OPENAI_API_KEY, "OPENAI_API_KEY environment variable is missing from .env from .env"
assert OPENAI_API_KEY, "OPENAI_API_KEY environment variable is missing from .env"

# Use GPT-3 model
USE_GPT4 = False
Expand Down

0 comments on commit 0e1443f

Please sign in to comment.