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.7.12.tar.gz
(24.5 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.7.12.tar.gz.
File metadata
- Download URL: notte_llm-1.7.12.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90e70456075da8fc7586b81d191e0d2837b142de547162f9012db713f271189d
|
|
| MD5 |
bffeb8ac65646943642b2aa8fd3f5020
|
|
| BLAKE2b-256 |
0a93d5a62b255bb705a1737a3f65b5b32506f1cff07cd8f7a99efb2ebb9f5dd1
|
File details
Details for the file notte_llm-1.7.12-py3-none-any.whl.
File metadata
- Download URL: notte_llm-1.7.12-py3-none-any.whl
- Upload date:
- Size: 40.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcd4416b8f99f57aab5693858e0ff107d0ec3f7077b8d2d210f5e3f1bb258dc2
|
|
| MD5 |
3eee1832aa57e3de6006d110e6a0f348
|
|
| BLAKE2b-256 |
ce13a661f9ad7fc37b69c58b78b583f8129e7c9958ece6e4eb495f38f9ceb72f
|