From 949d330295b06ec6eed530fd07a26fb0d28cc6a9 Mon Sep 17 00:00:00 2001 From: Marcus Schiesser <mail@marcusschiesser.de> Date: Mon, 1 Apr 2024 12:26:22 +0800 Subject: [PATCH] fix: typecheck --- examples/recipes/cost-analysis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/recipes/cost-analysis.ts b/examples/recipes/cost-analysis.ts index 2f60f8232..70bacc30a 100644 --- a/examples/recipes/cost-analysis.ts +++ b/examples/recipes/cost-analysis.ts @@ -1,5 +1,5 @@ +import { OpenAI } from "llamaindex"; import { getCurrentCallbackManager } from "llamaindex/callbacks/CallbackManager"; -import { OpenAI } from "llamaindex/llm"; const llm = new OpenAI({ model: "gpt-4-0125-preview", -- GitLab