Skip to content

Commit fad7b6f

Browse files
committed
docs
1 parent 56a495c commit fad7b6f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/models.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,3 +335,25 @@ Notes:
335335
}
336336
}
337337
```
338+
339+
=== "LM Studio"
340+
341+
This config works with LM studio:
342+
343+
```javascript title="~/.config/eca/config.json"
344+
{
345+
"providers": {
346+
"lmstudio": {
347+
"api": "openai-chat",
348+
"url": "http://localhost:1234",
349+
"completionUrlRelativePath": "/v1/chat/completions",
350+
"httpClient": {
351+
"version": "http-1.1"
352+
},
353+
"models": {
354+
"your-model": {}
355+
}
356+
}
357+
}
358+
}
359+
```

0 commit comments

Comments
 (0)