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.24.tar.gz
(29.6 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
File details
Details for the file notte_llm-1.8.24.tar.gz.
File metadata
- Download URL: notte_llm-1.8.24.tar.gz
- Upload date:
- Size: 29.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2809a02c630bf44a79ce70a3fefd13d6037a63d4b079b2f983b5ccacffb5288c
|
|
| MD5 |
6a3caddc56f3791252ea51f7b81e41b0
|
|
| BLAKE2b-256 |
293ab903c54329d46df6c49a83d29a268b7d9a3bf219a368037cc87c5d3cb6c6
|
File details
Details for the file notte_llm-1.8.24-py3-none-any.whl.
File metadata
- Download URL: notte_llm-1.8.24-py3-none-any.whl
- Upload date:
- Size: 45.4 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 |
f88e979f9b8bacf476f58e74e5ab3f76c42fe4b4ecd7ae94b6a61bf285f3f192
|
|
| MD5 |
2d1404220124ec85cc86b990295c27be
|
|
| BLAKE2b-256 |
5d8efbfc5e26c23cbd878c2c963b9e06b2092b90fc80c2d8d50b093189dec075
|