mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
* Added basic Llamafile integration * Added llamafile template support * New templates following llamafile addition --------- Co-authored-by: Cyber MacGeddon <cybermaggedon@gmail.com>
6 lines
91 B
Python
Executable file
6 lines
91 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.model.text_completion.llamafile import run
|
|
|
|
run()
|
|
|