PrivateGPT4Linux
This shell script installs a GUI version of privateGPT for Linux.
Install / Use
/learn @Michael-Sebero/PrivateGPT4LinuxREADME
How to Install
curl -LO https://raw.githubusercontent.com/Michael-Sebero/PrivateGPT4Linux/main/files/installers/installer.sh
sh installer.sh
How to Launch PrivateGPT
(ollama serve &) && (cd private-gpt && PGPT_PROFILES=ollama make run)
- Enter
localhost:8001in your browser, despite it being ran in your browser privateGPT is offline.
Supported File Formats to Ingest
.csv: CSV (Comma-Separated Values).docx: Word Document.epub: EPub (Electronic Publication).hwp: HWP (Hancom Writer).ipynb: Jupyter Notebook.jpg: JPEG Image.json: JSON (JavaScript Object Notation).jpeg: JPEG Image.md: Markdown.mbox: Mbox (Mailbox).mp3: MP3 Audio.mp4: MP4 Video.pdf: Portable Document Format (PDF).png: PNG Image.ppt: PowerPoint Document.pptm: PowerPoint Document (Macro-Enabled).pptx: PowerPoint Document
How to Change the Model
. Change llm_model: in settings-ollama.yaml to what you've installed.
Documentation
https://docs.privategpt.dev/manual
