Skip to content

Commit

Permalink
Merge pull request #13 from AdesholaAfolabi/llm-finetuning
Browse files Browse the repository at this point in the history
Added new doc
  • Loading branch information
AdesholaAfolabi authored Oct 18, 2023
2 parents 0ea3f1d + 90426a1 commit 8b5cd84
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ cython_debug/
._*
Thumbs.db

*.pdf
#*.pdf
*.env
*.docx
*.docx
Expand Down
Binary file added roadmunk_support.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion slackgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
openai.api_key = os.getenv('OPENAI_API_KEY')

# Define document files and directory for document embeddings
files = ["Ultimate_introduction_white_paper.pdf", "Planner-complete-guide-to-resource-planning.pdf"]
files = ["Ultimate_introduction_white_paper.pdf", "Planner-complete-guide-to-resource-planning.pdf", "roadmunk_support.pdf"]
persist_directory = "docs/chroma/"

# Create or load a vector database for document embeddings
Expand Down

0 comments on commit 8b5cd84

Please sign in to comment.