We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a495c commit fad7b6fCopy full SHA for fad7b6f
docs/models.md
@@ -335,3 +335,25 @@ Notes:
335
}
336
337
```
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