Skip to content

Commit

Permalink
Merge pull request #641 from bmerkle/fix-for-592
Browse files Browse the repository at this point in the history
fix for #592: added requirements.txt for easy pip deployment
  • Loading branch information
koreyspace authored Nov 28, 2024
2 parents d66699d + 3f6d707 commit a5810d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 04-prompt-engineering-fundamentals/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
openai==1.55.1
python-dotenv==1.0.1
tiktoken==0.4.0
2 changes: 2 additions & 0 deletions 06-text-generation-apps/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
openai==1.55.1
python-dotenv==1.0.1

0 comments on commit a5810d2

Please sign in to comment.