LLM integration for Notte
Project description
notte-llm
LLM integration for Notte, providing LiteLLM-based services for language model interactions.
This package contains:
- LLM engine and service implementations
- Prompt management and templating
- LLM usage tracing and logging
- Structured output support
Installation
pip install notte-llm
Usage
from notte_llm.engine import LLMEngine
from notte_llm.service import LLMService
# Create an LLM engine
engine = LLMEngine(model="gpt-4o-mini")
# Create an LLM service
service = LLMService()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
notte_llm-1.8.5.tar.gz
(26.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
notte_llm-1.8.5-py3-none-any.whl
(42.2 kB
view details)
File details
Details for the file notte_llm-1.8.5.tar.gz.
File metadata
- Download URL: notte_llm-1.8.5.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
568b2d6e9e792490cc0b0748e836daacda47eb78943c2c68f4cce17131e52ee2
|
|
| MD5 |
569de6ba06e51bc861b11feac69c65ed
|
|
| BLAKE2b-256 |
456ffea4f5ada979cb0dcc407b32921fc6942fb3f97a8738ba590f01dd1d6894
|
File details
Details for the file notte_llm-1.8.5-py3-none-any.whl.
File metadata
- Download URL: notte_llm-1.8.5-py3-none-any.whl
- Upload date:
- Size: 42.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15e95f76b184f73ab567afe0f6253c8246cff6f9223a8206aa4dc51d2a9634c6
|
|
| MD5 |
a99e0d731939d85c31ecd7b7db7e19ae
|
|
| BLAKE2b-256 |
733873b31719945a3a719cf9bae3227d662e1da6f410223ed70973ba98780b6d
|