chore: include pre-built dist for github install
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export declare function normalizeModelFormat(model: string | {
|
||||
providerID: string;
|
||||
modelID: string;
|
||||
}): {
|
||||
providerID: string;
|
||||
modelID: string;
|
||||
} | undefined;
|
||||
Reference in New Issue
Block a user