experimentation on AI UX, e.g. branching view of interactions with LLM, ...
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-03-03 09:33:59 -07:00
.gitignore add .gitignore 2023-03-02 12:20:16 -07:00
deliberation.py small improvements 2023-03-03 09:33:59 -07:00
gptree.py introduce 'deliberation' and shuffle stuff around 2023-03-02 12:35:56 -07:00
README.md small improvements 2023-03-03 09:33:59 -07:00
utils.py small improvements 2023-03-03 09:33:59 -07:00

AIUX

deliberation

Apply a set of pipelines to a prompt, each yielding one message in response. For example, the critic pipeline will criticize the prompt in a few different ways, then aggregate it all into the single result.

gptree.py

Quick CLI program to see multiple answers for one prompt from GPT3. Made in a few minutes: it works, but also confusing, hardcoded and broken.