Skip to content

Commit 859e151

Browse files
committed
Add model_alias property
1 parent 181ef82 commit 859e151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/server/webui/src/utils/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export type CanvasData = CanvasPyInterpreter;
128128
// a non-complete list of props, only contains the ones we need
129129
export interface LlamaCppServerProps {
130130
build_info: string;
131+
model_alias: string;
131132
model_path: string;
132133
n_ctx: number;
133134
modalities?: {

0 commit comments

Comments
 (0)