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 fd7866a commit 8e54dd8Copy full SHA for 8e54dd8
tools/server/webui/src/lib/stores/models.svelte.ts
@@ -145,6 +145,7 @@ class ModelsStore {
145
private toDisplayName(id: string): string {
146
const segments = id.split(/\\|\//);
147
const candidate = segments.pop();
148
+
149
return candidate && candidate.trim().length > 0 ? candidate : id;
150
}
151
0 commit comments