Package llms_wrapper

Sub-modules

llms_wrapper.config

Module for reading config files …

llms_wrapper.llms

Module related to using LLMs.

llms_wrapper.llms_wrapper_llminfo

Module for the llms_wrapper_llminfo command to show known properties of one or more LLMs defined in a config file.

llms_wrapper.llms_wrapper_test

Module for the llms_wrapper_test command to perform a simple test to check if one or more LLMs are working.

llms_wrapper.log

Module to handle logging. This module is used to set up the logging for the entire package. NOTE: by default, loguru logging is disabled for the …

llms_wrapper.model_list

Module which implements an approach to find the available models for a provider, trying to use the underlying API if possible, and falling back to …

llms_wrapper.utils

Module for various utility functions.

llms_wrapper.version