Setting Up ollama Web Access
Page 1 of 1
Setting Up ollama Web Access
- Code:
#!/bin/bash
sudo apt install -y npm git
git clone https://github.com/open-webui/open-webui.git
cd open-webui
cp -RPp .env.example .env
npm i && npm run build
python -m venv venv
source venv/bin/activate
cd ./backend
pip install -r requirements.txt -U
bash start.sh
Last edited by jamied_uk on 7th August 2024, 17:23; edited 1 time in total
Re: Setting Up ollama Web Access
To Setup ollama on rpi
For Linux
- Code:
History file is stored in (Hidden Folder)!
/home/$USER/.ollama
https://www.youtube.com/watch?v=Y2ldwg8xsgE
For Windows
https://ollama.ai
For Linux
- Code:
curl https://ollama.ai/install.sh | sh
Re: Setting Up ollama Web Access
Running it
- Code:
ollama run model-name
ollama run dolphin-phi
ollama run orca-mini:3b-q8_0
ollama run starcoder
ollama run llama2
ollama run mistral
ollama run llava < image processing llm
whats in this image path/to/file
whats in this image /home/jay/Pictures/GEOfBZpbAAUosQM.jpeg
get models here
https://ollama.ai/library
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum