add lm studio option
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# LLM backend: "local" or "lmstudio"
|
||||
llm:
|
||||
backend: local # change to "lmstudio" to use LM Studio instead
|
||||
|
||||
# Settings used only when backend = "lmstudio"
|
||||
lmstudio:
|
||||
url: http://host.docker.internal:1234 # host.docker.internal resolves to your PC from inside Docker
|
||||
model: "" # leave empty to use whatever model LM Studio has loaded
|
||||
Reference in New Issue
Block a user