This repository contains demonstration functions for carrying various tasks with LLMs using the API, against different backends (Ollama, with either native or OpenAI APIs, and Hugging Face)
To use, first create a conda environment
conda create --name ollama
and install the ollama API
pip install ollama
and, optionally, the OpenAI API (f you want to use that component of the demo)
pip install openai