Refactor subscriber/module names, queue definitions and schema

This commit is contained in:
Cyber MacGeddon 2024-07-23 13:04:07 +01:00
parent cbddf197ad
commit d8e32aee82
62 changed files with 612 additions and 485 deletions

6
scripts/text-completion-ollama Executable file
View file

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