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
This commit is contained in:
Haruko386
2026-05-06 19:23:11 +08:00
committed by GitHub
parent 33d8320ce8
commit dd7a0ce1d3
4 changed files with 444 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "lmstudio",
"url_suffix": {
"chat": "chat/completions",
"models": "models"
},
"class": "local"
}