Skip to content

Commit

Permalink
added requirements.txt for easy pip deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerkle committed Nov 27, 2024
1 parent b762d3c commit 3f6d707
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 3f6d707

Please sign in to comment.