Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jun 11, 2024
1 parent 3f89ad5 commit 2f3d9de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions langchain/src/chains/openai_moderation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { BaseChain, ChainInputs } from "./base.js";
export interface OpenAIModerationChainInput
extends ChainInputs,
AsyncCallerParams {
apiKey?: string;
/** @deprecated Use "apiKey" instead. */
openAIApiKey?: string;
openAIOrganization?: string;
throwError?: boolean;
Expand Down

0 comments on commit 2f3d9de

Please sign in to comment.