From 6c8b701535027a8ff049b7bdd380654c546ecfa3 Mon Sep 17 00:00:00 2001 From: Paul Lam Date: Sun, 12 May 2024 06:27:22 +0900 Subject: [PATCH] point context back to Seve's papers --- mind_palace/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mind_palace/app.py b/mind_palace/app.py index 07ab4df..eaeacfa 100644 --- a/mind_palace/app.py +++ b/mind_palace/app.py @@ -9,7 +9,7 @@ from llama_index.query_engine import CitationQueryEngine openai.api_key = st.secrets.openai_key -xml_dir = "./resources/xmls/dennis-oct-10/" +xml_dir = "./resources/xmls/12-pdfs-from-steve-aug-22/" gpt_model = "gpt-3.5-turbo"