trustgraph/scripts/text-completion-ollama

6 lines
88 B
Python
Executable file

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