Source: llm Section: science Maintainer: Debian Python Team Uploaders: Antoine Beaupré Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-click, python3-click-default-group, python3-condense-json, python3-httpx, python3-openai, python3-pip, python3-pluggy, python3-puremagic, python3-pydantic, python3-setuptools, python3-sqlite-migrate, python3-ulid, python3-yaml, sqlite-utils, Standards-Version: 4.7.4 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/simonw/llm Vcs-Browser: https://salsa.debian.org/python-team/packages/llm Vcs-Git: https://salsa.debian.org/python-team/packages/llm.git Package: llm Architecture: all Depends: ${misc:Depends}, ${python3:Depends} , python3-typing-extensions (>= 4.7) Description: CLI utility and Python library for interacting with Large Language Models A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine. . This allows users to interact with various language models. Its primary target is obviously the OpenAI API, but it also supports local models like Llama 2, Ollama, and MLC, and other online models like Claude, GEmini and Mistral.