Remove display_name from local model API and use model ID everywhere (#7382)

This commit is contained in:
jh-block
2026-02-20 14:11:56 +01:00
committed by GitHub
parent c8c8a1237c
commit 966bbba819
7 changed files with 18 additions and 52 deletions
-1
View File
@@ -549,7 +549,6 @@ export type LoadedProvider = {
};
export type LocalModelResponse = {
display_name: string;
filename: string;
id: string;
quantization: string;