Remove display_name from local model API and use model ID everywhere (#7382)
This commit is contained in:
@@ -549,7 +549,6 @@ export type LoadedProvider = {
|
||||
};
|
||||
|
||||
export type LocalModelResponse = {
|
||||
display_name: string;
|
||||
filename: string;
|
||||
id: string;
|
||||
quantization: string;
|
||||
|
||||
Reference in New Issue
Block a user