diff options
author | Ben Sima <ben@bsima.me> | 2024-12-01 20:33:09 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-12-21 10:08:02 -0500 |
commit | f87c5f05444b53f2fee033b99a400888538941a4 (patch) | |
tree | c8663cd03f59a0cbdf68ae7fc7ed8675f0571aa2 /Omni/Bild/Deps/Python.nix | |
parent | aafa73c47325185ed733da387c9649d934f6529c (diff) |
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.
Diffstat (limited to 'Omni/Bild/Deps/Python.nix')
-rw-r--r-- | Omni/Bild/Deps/Python.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" ] |