Skip to content

Commit

Permalink
removed unnecessary line from example code
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhannadJam committed Nov 24, 2024
1 parent f25a95e commit de59a68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/src/tools/hedera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { ChatOpenAI } from "@langchain/openai";
import type { ChatPromptTemplate } from "@langchain/core/prompts";
import { createOpenAIFunctionsAgent, AgentExecutor } from "langchain/agents";
import { pull } from "langchain/hub";
import { tr } from "@faker-js/faker";

export async function run() {
const llm = new ChatOpenAI({
Expand Down

0 comments on commit de59a68

Please sign in to comment.