We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1935f1 commit fa8be8fCopy full SHA for fa8be8f
web/js/modelInfo.js
@@ -179,7 +179,7 @@ export class LoraInfoDialog extends ModelInfoDialog {
179
180
$el("div", {
181
parent: this.content,
182
- innerHTML: info.description ?? this.metadata["modelspec.description"] ?? "[No description provided]",
+ innerHTML: info?.description ?? this.metadata["modelspec.description"] ?? "[No description provided]",
183
style: {
184
maxHeight: "250px",
185
overflow: "auto",
0 commit comments