📄️ Installing JorEl
Installation
📄️ Initialization
Creating the JorEl instance
📄️ Generating responses
JorEl provides several methods for generating responses from LLMs. Let's explore each one.
📄️ Using Images
JorEl makes it easy to work with images when using vision-capable models. You can include images in your requests using the ImageContent class, which supports loading images from various sources.
📄️ Working with Documents
JorEl allows you to provide context documents to inform the LLM's responses. Documents are structured pieces of information that can be referenced by the LLM during generation.
📄️ Using Tools
Tools allow LLMs to perform actions or retrieve information during conversations. JorEl provides a flexible system for defining and using tools.