JayZhang42 8c86fe9455 frist commit il y a 1 an
..
README.md 8c86fe9455 frist commit il y a 1 an
__init__.py 8c86fe9455 frist commit il y a 1 an
callbacks.py 8c86fe9455 frist commit il y a 1 an
prompter.py 8c86fe9455 frist commit il y a 1 an

README.md

Directory for helpers modules

prompter.py

Prompter class, a template manager.

from utils.prompter import Prompter

callbacks.py

Helpers to support streaming generate output.

from utils.callbacks import Iteratorize, Stream