Completed: full example suite

This commit is contained in:
Cavit Erginsoy 2025-02-03 07:21:12 +00:00
parent c0a16d7f2b
commit de7d37f14f
13 changed files with 1309 additions and 220 deletions

View file

@ -0,0 +1,6 @@
# Required dependencies for the Word Ladder Puzzle Dataset Generator
# Python 3.7+
anthropic>=0.45.2 # Client library for interacting with Anthropic's API
tqdm>=4.67.1 # For progress bars