Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tcm390 committed Jan 5, 2025
1 parent bbb1f94 commit 17240bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/core/src/embedding.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import path from "node:path";
import {
getEmbeddingModelSettings,
getEndpoint,
getModelSettings,
} from "./models.ts";
import { getEmbeddingModelSettings, getEndpoint } from "./models.ts";
import { IAgentRuntime, ModelProviderName } from "./types.ts";
import settings from "./settings.ts";
import elizaLogger from "./logger.ts";
Expand Down

0 comments on commit 17240bd

Please sign in to comment.