AllowEncodedSlashes NoDecode
ProxyPreserveHost On
ProxyPass "/" "http://127.0.0.1:8080/" nocanon
ProxyPassReverse "/" "http://127.0.0.1:8080/"
RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule ^/...
Continue reading...
The Quest: "Stolen Harvest"
In the small, rural village of Oakwood, nestled between two great oaks in a verdant valley, the crops have withered under the shadow of misfortune. For several days now, the villagers have noticed that their stored food has been disappearing at an alarming rate. At first, suspicion fell on some unkn...
Continue reading...Unlocking the Secrets of Artificial Intelligence
Artificial intelligence has become an integral part of our lives, transforming the way we live, work, and interact with one another. As we step into 2024, the AI landscape is expected to undergo significant changes, presenting new opportunities and challenges. In this article, we will delve into the...
Continue reading...ollarama development
Create a new virtual environment
python3 -m venv .venv
Activate a virtual environment
source .venv/bin/activate
Install dependencies
pip3 install rich litellm
Run ollamarama in background
nohup python3 ollamarama.py &
Detect running instance
ps -ef|grep ollamarama
Continue reading...Ollama installation and update
Start installer and updater on command line
curl https://ollama.ai/install.sh | sh
Continue reading...