[4abb48]: / utils / README.md

Download this file

14 lines (7 with data), 239 Bytes

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