mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-09-20 07:26:27 +08:00
List
This commit is contained in:
8
src/createClient.ts
Normal file
8
src/createClient.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { type SimpleLogger } from "@lmstudio/lms-common";
|
||||
import { LMStudioClient } from "@lmstudio/sdk";
|
||||
|
||||
export function createClient(logger: SimpleLogger) {
|
||||
return new LMStudioClient({
|
||||
logger,
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user