From 9c566b05307343a5209ae709adc00e8de6a78fb9 Mon Sep 17 00:00:00 2001 From: Logan Markewich <logan.markewich@live.com> Date: Fri, 21 Jul 2023 12:06:22 -0600 Subject: [PATCH] patch import --- apps/simple/llamadeuce.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/simple/llamadeuce.ts b/apps/simple/llamadeuce.ts index 9edae4437..d7b309481 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(); -- GitLab