mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Make scripts executeable, add basic pre-commit setup
This commit is contained in:
parent
be1bcbca37
commit
04f6706bbb
3 changed files with 47 additions and 1 deletions
1
privateGPT.py
Normal file → Executable file
1
privateGPT.py
Normal file → Executable file
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from dotenv import load_dotenv
|
||||
from langchain.chains import RetrievalQA
|
||||
from langchain.embeddings import HuggingFaceEmbeddings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue