mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-05 03:12:10 +02:00
git-subtree-dir: ai-context/trustgraph-templates git-subtree-split: 42a5fd1b678f32be378062e30451e2052ccb95dd
262 B
262 B
LMStudio service URL must be provided in a Kubernetes secret.
kubectl -n {{namespace}} \
create secret generic lmstudio-credentials \
--from-literal=lmstudio-url=http://lmstudio:11434/
Replace the URL with the URL of your LMStudio service.