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:
$ python3.11 -m venv myenv
$ source myenv/bin/activate
$ pip remove open-webui
$ pip install open-webui
Note: Make sure it is not already running.
- This reply was modified 5 days, 14 hours ago by thumbtak. Reason: Updated the command, to working. Update should now work