Skip to the content.

YAMLLM Documentation

YAMLLM is a Python library for YAML-based LLM configuration and execution.

Overview

YAMLLM provides a flexible framework for configuring and executing Language Model (LLM) interactions using YAML configuration files. It supports multiple LLM providers including OpenAI, Google, DeepSeek, and MistralAI. The YAML configuration files allow you to store base settings and experiment without needing multiple changes to the .py files.

The aim of the package is to allow a unique and quick to set up environment, therefore, the rich library has been used to allow for CLI interactions that are easy to use.

Any code snipits etc are printed in markdown format so can be easily read and copied to your editor.

Features

License

MIT License - see LICENSE for details.