trustgraph/scripts/text-completion-ollama

7 lines
88 B
Text
Raw Normal View History

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