diff --git a/gptme/ncurses.py b/gptme/ncurses.py index 0c46e5c6..1b4e838b 100644 --- a/gptme/ncurses.py +++ b/gptme/ncurses.py @@ -1,3 +1,10 @@ +""" +Very WIP ncurses UI for gptme. + +- [x] basic chat app +- [ ] gptme integration +""" + import argparse import curses import textwrap