Skip to content

Commit

Permalink
Add default.sqlite to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hglong16 committed Jan 4, 2024
1 parent 6680b71 commit fbcee7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fbcee7a

Please sign in to comment.