Update oli
This commit is contained in:
@@ -15,12 +15,16 @@ ollama serve
|
|||||||
#sudo systemctl status ollama
|
#sudo systemctl status ollama
|
||||||
ollama run llama3.2
|
ollama run llama3.2
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
|
|
||||||
##OPEN-TERMINAL
|
##OPEN-TERMINAL
|
||||||
##BAREMETAL
|
##BAREMETAL (PIP)
|
||||||
#pip install open-terminal
|
#pip install open-terminal
|
||||||
#open-terminal run --host 0.0.0.0 --port 8000 --api-key your-secret-key
|
#open-terminal run --host 0.0.0.0 --port 8000 --api-key open-terminal-api-key
|
||||||
|
##UVX
|
||||||
|
#uvx open-terminal run --host 0.0.0.0 --port 8000 --api-key open-terminal-api-key
|
||||||
##DOCKER CONTAINED
|
##DOCKER CONTAINED
|
||||||
sudo docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal
|
sudo docker run -d --name open-terminal --restart unless-stopped -p 8000:8000 -v open-terminal:/home -e OPEN_TERMINAL_API_KEY=open-terminal-api-key ghcr.io/open-webui/open-terminal
|
||||||
|
|
||||||
##OPEN-INTERPRETER
|
##OPEN-INTERPRETER
|
||||||
#pip install open-interpreter
|
#pip install open-interpreter
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user