ollama-python 0.5.1-1 source package in Ubuntu

Changelog

ollama-python (0.5.1-1) unstable; urgency=medium

  * New upstream release.

 -- Edward Betts <edward@4angle.com>  Tue, 03 Jun 2025 12:06:59 -0500

Upload details

Uploaded by:
Home Assistant Team
Uploaded to:
Sid
Original maintainer:
Home Assistant Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc

Builds

Questing: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ollama-python_0.5.1-1.dsc 2.3 KiB 1708e31374573f63f5f9f9a4eef28ed9c995599a7b9b5da19d5076ee927f4d7c
ollama-python_0.5.1.orig.tar.gz 43.8 KiB 1968f0f6eb8b5d9450f1a8f0a21fcca259c90906389b4b3120ef52d15af9c5c1
ollama-python_0.5.1-1.debian.tar.xz 2.4 KiB 5cc7ffc4d85dce1c3e427e8b7efd8c5428f998559ff74f0db9561c7c43b3ae8e

Available diffs

No changes file available.

Binary packages built by this source

python3-ollama: Library for interacting with the Ollama server and its AI models

 This library provides functionality for integrating with an Ollama server to
 interact with AI language models and create conversational experiences. It
 allows querying and generating text through an API that communicates with the
 server, supporting various operations such as model management, message
 exchange, and prompt handling. Ollama requires configuration to connect to a
 network-accessible server, after which it can be used to fetch and generate
 information based on context received from Home Assistant or similar
 platforms. Through model specification and prompt templates, the library
 adapts responses to the specific environment, although it operates without
 direct command over connected devices.