trustgraph/scripts/text-completion-llamafile
Jack Colquitt 9612a11581
Added basic Llamafile integration (#63)
* Added basic Llamafile integration
* Added llamafile template support
* New templates following llamafile addition
---------
Co-authored-by: Cyber MacGeddon <cybermaggedon@gmail.com>
2024-09-16 16:18:01 +01:00

6 lines
91 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.model.text_completion.llamafile import run
run()