Integration with LM Studio LLM hosting

This commit is contained in:
Cyber MacGeddon 2025-03-19 19:05:17 +00:00
parent 64e42bed6f
commit 6b7b94de76
5 changed files with 210 additions and 0 deletions

View file

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