Reply To: Set up a Local AI like ChatGPT on your own machine!
What makes us different from other similar websites? › Forums › Tech › Set up a Local AI like ChatGPT on your own machine! › Reply To: Set up a Local AI like ChatGPT on your own machine!
September 25, 2024 at 3:45 pm
#7624
thumbtak
Keymaster
Upgrade Open-WebUI:
Start Environment:
$ python3.11 -m venv myenv
$ source myenv/bin/activate
Update Pip:
$ pip install --upgrade pip
Update Open WebUI:
$ pip install --upgrade open-webui
Restart the Server:
$ open-webui serve
Note: Make sure it is not already running.
- This reply was modified 2 months, 3 weeks ago by thumbtak. Reason: Updated the command, to working. Update should now work
- This reply was modified 2 months, 2 weeks ago by thumbtak. Reason: Remove command replaced with uninstall command
- This reply was modified 3 weeks, 4 days ago by thumbtak. Reason: Update command fixed