software

How To Set Up git pre-commit

pre-commit is a Python package that acts as a package manager for pre-commit hooks. Using this package makes it easy to have common hooks for a team working out of a repository with minimal configuration.

How to get JSON response from Ollama

Ollama is a fantastic application for getting a Large Language Model (LLM) up and running on your local environment, quickly. This guide will explain how to set up Ollama to provide JSON-formatted responses to your prompts.