feat(FN-669): complete Step 3 — update ModelsResponse interface to include favoriteModels
This commit is contained in:
@@ -343,6 +343,7 @@ export interface ModelInfo {
|
|||||||
export interface ModelsResponse {
|
export interface ModelsResponse {
|
||||||
models: ModelInfo[];
|
models: ModelInfo[];
|
||||||
favoriteProviders: string[];
|
favoriteProviders: string[];
|
||||||
|
favoriteModels: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Fetch available AI models from the model registry along with favoriteProviders */
|
/** Fetch available AI models from the model registry along with favoriteProviders */
|
||||||
|
|||||||
Reference in New Issue
Block a user