Language Models#

Malevich Brain provides a uniform interface for interacting with different LLM providers.

Base LLM#

class brain.agents.llm.base.BaseLLM#
Show-inheritance:

OpenAI LLM#

brain.agents.llm.openai.OpenAIBaseLLM#

alias of OpenAILLM