Spaces:
Sleeping
Sleeping
File size: 239 Bytes
926675f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# 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`
|