@gammatech/aijsx 0.15.2-dev.2024-10-01 → 0.15.3-dev.2024-10-21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -308,7 +308,7 @@ declare module '@gammatech/aijsx' {
|
|
|
308
308
|
};
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
type ValidGoogleChatModel = 'gemini-1.5-pro' | 'gemini-1.5-flash' | 'gemini-1.5-flash-002' | 'gemini-1.5-pro-002';
|
|
311
|
+
type ValidGoogleChatModel = 'gemini-1.5-pro' | 'gemini-1.5-flash' | 'gemini-1.5-pro-001' | 'gemini-1.5-flash-001' | 'gemini-1.5-flash-002' | 'gemini-1.5-pro-002';
|
|
312
312
|
declare const GoogleClientContext: Context<GetChatCompletionClientAndProvider<ValidGoogleChatModel, VertexAI>>;
|
|
313
313
|
type GoogleChatCompletionProps = {
|
|
314
314
|
model: ValidGoogleChatModel;
|
package/dist/index.d.ts
CHANGED
|
@@ -308,7 +308,7 @@ declare module '@gammatech/aijsx' {
|
|
|
308
308
|
};
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
type ValidGoogleChatModel = 'gemini-1.5-pro' | 'gemini-1.5-flash' | 'gemini-1.5-flash-002' | 'gemini-1.5-pro-002';
|
|
311
|
+
type ValidGoogleChatModel = 'gemini-1.5-pro' | 'gemini-1.5-flash' | 'gemini-1.5-pro-001' | 'gemini-1.5-flash-001' | 'gemini-1.5-flash-002' | 'gemini-1.5-pro-002';
|
|
312
312
|
declare const GoogleClientContext: Context<GetChatCompletionClientAndProvider<ValidGoogleChatModel, VertexAI>>;
|
|
313
313
|
type GoogleChatCompletionProps = {
|
|
314
314
|
model: ValidGoogleChatModel;
|