diff --git a/.gitignore b/.gitignore index fe7fe40..602a543 100644 --- a/.gitignore +++ b/.gitignore @@ -180,3 +180,4 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +default.sqlite diff --git a/transformer.py b/transformer.py index 825adf4..ea7395b 100644 --- a/transformer.py +++ b/transformer.py @@ -15,7 +15,8 @@ class Transformer: openai.api_key = os.environ["OPENAI_API_KEY"] PROMPT = "Please write a detailed summary of the following:" - MAIN_PATH = "/Users/orbiszeus/Master_AI_LlamaIndex-1" + # MAIN_PATH = "/Users/orbiszeus/Master_AI_LlamaIndex-1" + MAIN_PATH = os. #This method saves uploadede pdfs into a txt file inside the curr directory. def save_file(content, filepath):