Make scripts executeable, add basic pre-commit setup

This commit is contained in:
MDW 2023-05-18 02:08:52 +02:00 committed by Iván Martínez
parent be1bcbca37
commit 04f6706bbb
3 changed files with 47 additions and 1 deletions

1
privateGPT.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from dotenv import load_dotenv
from langchain.chains import RetrievalQA
from langchain.embeddings import HuggingFaceEmbeddings