mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Integration with LM Studio LLM hosting (#323)
This commit is contained in:
parent
64e42bed6f
commit
cbfe37fec7
5 changed files with 210 additions and 0 deletions
6
trustgraph-flow/scripts/text-completion-lmstudio
Executable file
6
trustgraph-flow/scripts/text-completion-lmstudio
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.model.text_completion.lmstudio import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue