Skip to content

Commit

Permalink
chore: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 27, 2024
1 parent a92445f commit 773e6bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/langchain-openai/src/azure/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ export class AzureChatOpenAI extends ChatOpenAI {
/**
* Get the parameters used to invoke the model
*/
invocationParams(
options?: this["ParsedCallOptions"]
) {
invocationParams(options?: this["ParsedCallOptions"]) {
const openaiInvocationParams = super.invocationParams(options);
// remove the `stream_options` field as it is not supported by the Azure API
delete openaiInvocationParams.stream_options;
Expand Down

0 comments on commit 773e6bc

Please sign in to comment.