mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-25 17:42:24 +08:00
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:
8
conf/models/lmstudio.json
Normal file
8
conf/models/lmstudio.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "lmstudio",
|
||||
"url_suffix": {
|
||||
"chat": "chat/completions",
|
||||
"models": "models"
|
||||
},
|
||||
"class": "local"
|
||||
}
|
||||
Reference in New Issue
Block a user