From 629bd3239a54eb8ff4c52b15eed91b9d7120966d Mon Sep 17 00:00:00 2001 From: Yi Ding <yi.s.ding@gmail.com> Date: Fri, 21 Jul 2023 11:48:49 -0700 Subject: [PATCH] logan's fix --- examples/llamadeuce.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llamadeuce.ts b/examples/llamadeuce.ts index 9edae4437..d7b309481 100644 --- a/examples/llamadeuce.ts +++ b/examples/llamadeuce.ts @@ -1,4 +1,4 @@ -import { LlamaDeuce } from "llamaindex/src/llm/LLM"; +import { LlamaDeuce } from "llamaindex"; (async () => { const deuce = new LlamaDeuce(); -- GitLab