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 094799e commit acfa310Copy full SHA for acfa310
tools/server/webui/src/utils/types.ts
@@ -128,6 +128,7 @@ export type CanvasData = CanvasPyInterpreter;
128
// a non-complete list of props, only contains the ones we need
129
export interface LlamaCppServerProps {
130
build_info: string;
131
+ model_alias: string;
132
model_path: string;
133
n_ctx: number;
134
modalities?: {
0 commit comments