Skip to content

Commit

Permalink
Fix OpenAi settings
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jan 28, 2025
1 parent 2f0c283 commit 6a09699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/settings-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const providers = {
},
openAI: {
path: 'node_modules/@langchain/openai/dist/chat_models.d.ts',
type: 'ChatOpenAIFields'
type: 'ChatOpenAIFields',
excludedProps: ['configuration']
}
};

Expand Down

0 comments on commit 6a09699

Please sign in to comment.