Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultrahi committed Jan 5, 2024
1 parent 9706741 commit 5ade92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-community/src/chat_models/azure_ml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import {
SimpleChatModel,
BaseChatModelParams,
} from "@langchain/core/language_models/chat_models";
import { AzureMLHttpClient } from "../llms/azure_ml.js";
import { getEnvironmentVariable } from "@langchain/core/utils/env";
import { BaseMessage } from "@langchain/core/messages";
import { AzureMLHttpClient } from "../llms/azure_ml.js";

export interface ChatContentFormatter {
/**
Expand Down

0 comments on commit 5ade92d

Please sign in to comment.