Logging changes

This commit is contained in:
Ryan Huang
2024-05-20 18:49:01 -04:00
parent 62f8a8e411
commit fa95340065
2 changed files with 4 additions and 1 deletions

View File

@ -184,5 +184,6 @@ export async function createClient(
return new LMStudioClient({
baseUrl,
logger,
clientIdentifier: "lms-cli",
});
}