More type fixes
This commit is contained in:
@@ -26,3 +26,12 @@ export interface ModelInfo {
|
||||
label: string;
|
||||
provider: string;
|
||||
}
|
||||
|
||||
export interface ProviderInfo {
|
||||
staticModels: ModelInfo[],
|
||||
name: string,
|
||||
getDynamicModels?: () => Promise<ModelInfo[]>,
|
||||
getApiKeyLink?: string,
|
||||
labelForGetApiKey?: string,
|
||||
icon?:string,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user