diff --git a/apps/simple/llamadeuce.ts b/apps/simple/llamadeuce.ts index 9edae4437449c727343bda314e6a09728e619bd2..d7b309481369318566507a0adf61ae90e2b5de46 100644 --- a/apps/simple/llamadeuce.ts +++ b/apps/simple/llamadeuce.ts @@ -1,4 +1,4 @@ -import { LlamaDeuce } from "llamaindex/src/llm/LLM"; +import { LlamaDeuce } from "llamaindex"; (async () => { const deuce = new LlamaDeuce();