From f87c5f05444b53f2fee033b99a400888538941a4 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 1 Dec 2024 20:33:09 -0500 Subject: Implement storybook prototype This paritally used gptme to create a storybook generator. The problem I ran into is that gptme doesn't do any architecting or considerations for maintainable code, or even readable code, so it just wrote a long script. I couldn't test it. Also, it didn't actually generate a 10-page story, it generated 10 separate stories. So, I ended up writing it myself and using gptme to fixup TODOs that I wrote along the way. --- Omni/Bild/Deps/Python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni/Bild/Deps/Python.nix') diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix index b0b2465..ba7a858 100644 --- a/Omni/Bild/Deps/Python.nix +++ b/Omni/Bild/Deps/Python.nix @@ -1 +1 @@ -[ "cryptography" "llm" "mypy" "nltk" "slixmpp" ] +[ "cryptography" "llm" "mypy" "nltk" "slixmpp" "flask" "openai" ] -- cgit v1.2.3