So einfach installierst du GPT4All auf deinem Computer

Die sichere Open Source APP GPT4All

GPT4All ist im Grunde so, als würde man ChatGPT auf seiner eigenen Hardware ausführen. Diese Open Source APP liefert jetzt bereits ziemlich gute Antworten, ähnlich wie GPT3 und GPT3.5.

Vor kurzer Zeit brachte Google eine kurze Aussage: Google selbst und auch Open AI (die Entwickler von ChatGPT) haben ein Problem. Freie Entwickler werden in Dingen kĂĽnstlicher Intelligenz (AI) besser und schneller sein als sie selbst.

Wir können ausprobieren was heute schon möglich ist: unter Linux, MacOS und Windows. GPT4all ist ein freies Sprachmodell - ähnlich jenem von ChatGPT, nur in diesem Fall eben Open Source Software mit kontrollierbarem Programmcode, kostenlos und man kann selbst mitwirken.

1) Vorbereitung auf einem pureOS / Debian 12 Gnome Linux Desktop

01

04

05

2) Installieren von GPT4all auf Linux, MacOS oder Windows

Du findear GPT4all unter ​https://GPT4all.IO zum Download, für Linux (Ubuntu) - ich habe es auch unter Debian 12 (Stable Bookworm) problemlos installieren können. Zusätzlich gibt es einen Installer für macOS und das eher selten genutzte Windows. :wink:

Du lädst dir unter Linux eine ausführbare Datei namens “gpt4all-installer-linux.run” herunter, diese gilt es per Rechtsklick - “Eigenschaften → Berechtigungen” ausführbar zu machen und die Installation als normaler Benutzer im Terminal zu starten:

cd ~/Downloads/
./gpt4all-installer-linux.run

05

3) GPT4ALL starten

~/.programme/gpt4all/bin/chat

010

011

Prompt: Hey, how are you?

Response: I’m good thanks! How about you?

Prompt: What is the World Giving Day?

Response: The World Giving Day is an annual celebration of giving, volunteering, and helping others that takes place on December 4th. It was launched in 2015 by The United Nations Foundation to promote kindness, compassion, and empathy towards others.

Prompt: Gibt es eine Open Source Alternative zu Microsoft Word?

Response: Yes, there are several open source alternatives to Microsoft Word such as LibreOffice Writer, Google Docs, and Apache Open Office Writer.

Prompt: Ist Google Docs Open Source Software?

Response: Yes, Google Docs is an open source software that allows users to create, edit, and collaborate on documents in real-time with other users.

Prompt: Where can I find the source code to Google Docs?

Response: The source code for Google Docs can be found on GitHub at https://github.com/google/gdocs.

Prompt: Thank you. Can I install Google Docs on my own Linux server?

Response: Yes, you can install Google Docs on your own Linux server using the following steps:

  1. Download the latest version of Google Docs from the official website at https://docs.google.com/g/docs/downloads.

  2. Extract the downloaded file to a directory on your server.

  3. Configure the web server to serve the Google Docs files using the following command:


sudo cp /path/to/google-docs/index.html /var/www/html/

  1. Edit the Apache configuration file located at /etc/httpd/conf.d/google-docs.conf and add the following lines to enable the Google Docs web server:

<Directory /var/www/html>

Options Indexes FollowSymLinks

AllowOverride All

Require all granted

</Directory>

  1. Restart the Apache web server using the following command:

sudo service apache2 restart

  1. Access Google Docs on your server by visiting http://localhost/google-docs/index.html in a web browser.