Skip to content

Commit e63315b

Browse files
committed
webui : npm run format
1 parent 8f4f5fc commit e63315b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/server/public/index.html.gz

-3 Bytes
Binary file not shown.

tools/server/webui/src/lib/stores/server.svelte.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ class ServerStore {
9999
}
100100

101101
get modelName(): string | null {
102-
if (this._serverProps?.model_alias) {
103-
return this._serverProps.model_alias;
104-
}
102+
if (this._serverProps?.model_alias) {
103+
return this._serverProps.model_alias;
104+
}
105105
if (!this._serverProps?.model_path) return null;
106106
return this._serverProps.model_path.split(/(\\|\/)/).pop() || null;
107107
}

0 commit comments

Comments
 (0)