Skip to content

Commit 844b36e

Browse files
committed
fix typo
1 parent 19c0401 commit 844b36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/settings-checker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const providers = {
5454
},
5555
ChatGoogleGenerativeAI: {
5656
path: 'node_modules/@langchain/google-genai/dist/chat_models.d.ts',
57-
type: 'ChatGoogleGenerativeAIInput'
57+
type: 'ChatGoogleGenerativeAI'
5858
},
5959
MistralAI: {
6060
path: 'node_modules/@langchain/mistralai/dist/chat_models.d.ts',

0 commit comments

Comments
 (0)