A python program that generates a bedtie story based on the command line arguments you give it.
Currently supports OpenAI and ollama.
example openai usage:
python ./week1-day1_2-bedtime-storyteller.py openai Linux
Where Linux is the subject you want the story to be about.
example ollama usage:
python ./week1-day1_2-bedtime-storyteller.py ollama --model deepseek-r1:1.5b Bears
Enjoy!
Signed-off-by: Eli Waltuch <eliwaltuch@gmail.com>