chore: model list ux
This commit is contained in:
@@ -15,7 +15,9 @@ export interface FormData {
|
||||
huggingface_repo_id: string;
|
||||
huggingface_filename: string;
|
||||
s3_address: string;
|
||||
ollama_library_model_name: 'string';
|
||||
name: string;
|
||||
replicas: number;
|
||||
description: string;
|
||||
}
|
||||
|
||||
@@ -36,3 +38,11 @@ export interface ModelInstanceListItem {
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
export interface ModelInstanceFormData {
|
||||
model_id: number;
|
||||
model_name: string;
|
||||
source: string;
|
||||
huggingface_repo_id: 'string';
|
||||
huggingface_filename: 'string';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user