Skip to content

Commit

Permalink
Update chat_models.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Feb 5, 2025
1 parent 5c3c5b7 commit 06eff21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/langchain-openai/src/azure/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import {
LangSmithParams,
type BaseChatModelParams,
} from "@langchain/core/language_models/chat_models";
import { getEnv } from "@langchain/core/utils/env";
import { getEnvironmentVariable } from "@langchain/core/utils/env";
import { getEnv, getEnvironmentVariable } from "@langchain/core/utils/env";
import { BaseLanguageModelInput } from "@langchain/core/language_models/base";
import { BaseMessage } from "@langchain/core/messages";
import { Runnable } from "@langchain/core/runnables";
Expand Down

0 comments on commit 06eff21

Please sign in to comment.