Software >
Artificial Intelligence >
(on Wikipedia)
(on Google Play)
https://chatgpt.com/ [ 1 ]
A website that provides an artificial intelligence chat interface. Capable of assisting research, writing, and programming.
-
-
I've been using it on and off for some time.
Alternatives ∞
See /tag/artificial-intelligence+software and /tag/artificial-intelligence+websites
GPT4All ∞
to launch, run bin/chat.exe
Install SBert to use local documents. Try installing Mistral Instruct.
According to its source code (database.cpp), it supports these extensions:
txt,doc,docx,pdf,rtf,odt,html,htm,xls,xlsx,csv,ods,ppt,pptx,odp,xml,json,log,md,tex,asc,wks,wpd,wps,wri,xhtml,xht,xslt,yaml,yml,dtd,sgml,tsv,strings,resx,plist,properties,ini,config,bat,sh,ps1,cmd,awk,sed,vbs,ics,mht,mhtml,epub,djvu,azw,azw3,mobi,fb2,prc,lit,lrf,tcr,pdb,oxps,xps,pages,numbers,key,keynote,abw,zabw,123,wk1,wk3,wk4,wk5,wq1,wq2,xlw,xlr,dif,slk,sylk,wb1,wb2,wb3,qpw,wdb,wks,wku,wr1,wrk,xlk,xlt,xltm,xltx,xlsm,xla,xlam,xll,xld,xlv,xlw,xlc,xlm,xlt,xln
- https://docs.gpt4all.io/gpt4all_desktop/localdocs.html
- https://docs.gpt4all.io/gpt4all_desktop/settings.html
PrivateGPT ∞
Fails: I can't install it
https://github.com/zylon-ai/private-gpt
install SBert
- Installation
2024-05-02
- requires Windows Subsystem for Linux 2
- requires Git
as admin:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pyenv-win/pyenv-win/master/pyenv-win/install-pyenv-win.ps1" -OutFile "./install-pyenv-win.ps1"; &"./install-pyenv-win.ps1"
restart the terminal:
pyenv install 3.11 pyenv local 3.11
https://python-poetry.org/docs/#installing-with-the-official-installer
curl -sSL https://install.python-poetry.org | python3 - # or as powershell: (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
as powershell:
$env:PGPT_PROFILES="ollama" make run
showstopper doesn't work.
just fucking make an installer guys
localGPT ∞
Fails: Lots of errors
https://github.com/PromtEngineer/localGPT
fuck my life, as of 2024-05-02 it is classed as "not production ready"
- Installation
2024-05-02
git clone https://github.com/PromtEngineer/localGPT cd localGPT.git # install Conda: https://www.anaconda.com/download/success wget https://repo.anaconda.com/archive/Anaconda3-2024.02-1-Linux-x86_64.sh ./Anaconda3-2024.02-1-Linux-x86_64.sh # To update, do: # ./Anaconda3-2024.02-1-Linux-x86_64.sh -u # (follow the prompts; note that this is really big) # (say yes to the final prompt, if you change your mind, do): # conda init --reverse $SHELL
(restart wsl2)
conda create -n localGPT python=3.10.0 conda activate localGPT pip install -r requirements.txt
I get:
Building wheel for chroma-hnswlib (pyproject.toml) did not run successfully. ... ERROR: Failed building wheel for chroma-hnswlib ... ERROR: Could not build wheels for chroma-hnswlib, which is required to install pyproject.toml-based projects
Hell, I'll try to continue anyway..
CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" \ pip install llama-cpp-python
I get:
Building wheel for llama-cpp-python (pyproject.toml) did not run successfully. ... ERROR: Failed building wheel for llama-cpp-python Failed to build llama-cpp-python ERROR: Could not build wheels for llama-cpp-python, which is required to install pyproject.toml-based projects
Fucked if I know.
Other notes:
- TODO - you need to separately get GGUF models (e.g. from HuggingFace)
- Put your files in the SOURCE_DOCUMENTS folder
-
TODO? - How to select different LLM models?
-- Change theMODEL_ID
andMODEL_BASENAME
. If you are using a quantized model (GGML
,GPTQ
,GGUF
(e.g. HuggingFace) ), you will need to provideMODEL_BASENAME
. For unquantized models, setMODEL_BASENAME
toNONE
- TODO - "activate your python environment that contains the dependencies installed from requirements.txt" HOW?
- cd
LOCALGPT
python run_localGPT_API.py
- TODO - Open up a second terminal and activate the same python environment
- cd
LOCALGPT/localGPTUI
python localGPTUI.py
- visit http://localhost:5111/
Usage and troubleshooting ∞
Left sidebar disappears ∞
2025-01-01 or so.
The display probably became phone-style and the widget is off-screen.
Zoom in to 300% (exactly) and an icon will appear at the top-left. control-+
or control-scrollwheel_up
ought to do it.
Last updated 2025-02-28 at 13:13:39
Footnotes
- was https://chat.openai.com/auth/login [ ↩ ]
- was https://openai.com/blog/chatgpt/ [ ↩ ]
solving the missing sidebar