jkomoros / prompt-garden

A framework for gardening LLM prompts
Apache License 2.0
9 stars 0 forks source link

Allow set-to-true-only known environment variables #53

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

There are a few places where an environment variable describes how a certain thing works. They're not secret per se, they just shouldn't be able to be set to false.

This allows constraining sub-seeds before calling them. These are boolean seeds that should only allow setting to true, never to any other value.

Originally tracked in #21.