Integration with LM Studio LLM hosting (#323)

This commit is contained in:
cybermaggedon 2025-03-19 19:07:56 +00:00 committed by GitHub
parent 64e42bed6f
commit cbfe37fec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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()