Files
ragflow/conf/models/lmstudio.json
Haruko386 dd7a0ce1d3 Go: implement provider: lm-studio (#14586)
### What problem does this PR solve?

implement `lm-studio` provider

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
- [x] Refactoring
2026-05-06 19:23:11 +08:00

8 lines
122 B
JSON

{
"name": "lmstudio",
"url_suffix": {
"chat": "chat/completions",
"models": "models"
},
"class": "local"
}