feat: add supports for LM Studio

This commit is contained in:
Junyan Qin
2025-02-01 12:01:07 +08:00
parent e4518ebcf1
commit d0eeb2b304
6 changed files with 72 additions and 3 deletions
+5
View File
@@ -66,6 +66,11 @@
"base-url": "https://open.bigmodel.cn/api/paas/v4",
"args": {},
"timeout": 120
},
"lmstudio-chat-completions": {
"base-url": "http://127.0.0.1:1234/v1",
"args": {},
"timeout": 120
}
},
"model": "gpt-4o",