fix(package): New gemini package signature changed.
This commit is contained in:
parent
b4e2585856
commit
4d85210d50
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export const loadGeminiChatModels = async () => {
|
|||
displayName: model.displayName,
|
||||
model: new ChatGoogleGenerativeAI({
|
||||
apiKey: geminiApiKey,
|
||||
modelName: model.key,
|
||||
model: model.key,
|
||||
temperature: 0.7,
|
||||
}) as unknown as BaseChatModel,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue