mirror of
https://github.com/lmstudio-ai/lms.git
synced 2025-08-03 04:00:00 +08:00
Get rid of description in artifacts (#219)
This commit is contained in:
@ -171,7 +171,6 @@ async function generateManifestJsonFromModelYaml(folderPath: string, modelYamlPa
|
||||
type: "model",
|
||||
owner,
|
||||
name,
|
||||
description: virtualModelDefinition.description ?? "",
|
||||
dependencies,
|
||||
tags: virtualModelDefinition.tags,
|
||||
};
|
||||
|
Reference in New Issue
Block a user