Ollama

Ollama is a free, open-source framework used to run Large Language Models (LLMs) directly on your own computer   How to Install  https://ollama.com https://ollama.com/download https://docs.ollama.com/integrations   ollama serve Error: listen tcp 127.0.0.1:11434: bind: address already in use To start with lets use  Gemini model Use 270Million parameters https://ollama.com/search?q=gemma3 ollama --help Large language model runner Usage: … Continue reading Ollama

Temporal a runtime execution platform for developer

Temporal a reliable runtime for durable function execution developer platform temporal --version temporal version 1.7.2 (Server 1.31.1, UI 2.49.1) temporal server start-dev Temporal CLI 1.7.2 (Server 1.31.1, UI 2.49.1) Temporal Server: localhost:7233 Temporal UI: http://localhost:8233 Temporal Metrics: http://localhost:52731/metrics  brew install temporal http://localhost:8233/namespaces/default/workflows http://localhost:52731/metrics mkdir /tmp/temporal-democd /tmp/temporal-demopython3 -m venv .venvsource .venv/bin/activatepip install temporalio httpx git clone … Continue reading Temporal a runtime execution platform for developer