Skip to content

Commit

Permalink
update ai code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Chen authored and Mark Chen committed Jan 25, 2024
1 parent 9a0b3a3 commit e168868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

client = OpenAI(
organization=os.environ["OPENAI_ORG_ID"],
api_key=os.environ["OPENAI_API_KEY"],
)


Expand Down

0 comments on commit e168868

Please sign in to comment.