experimentation on AI UX, e.g. branching view of interactions with LLM, ...
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .gitignore | ||
| deliberation.py | ||
| gptree.py | ||
| README.md | ||
| utils.py | ||
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.