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>
This commit is contained in:
Jack Colquitt 2024-09-16 08:18:01 -07:00 committed by GitHub
parent 6af86fa09f
commit 9612a11581
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 1467 additions and 268 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.model.text_completion.llamafile import run
run()