debgpt 0.4.93 source package in Ubuntu

Changelog

debgpt (0.4.93) unstable; urgency=medium

  * Release v0.4.93.

 -- Mo Zhou <email address hidden>  Tue, 09 Jan 2024 12:00:36 -0500

Upload details

Uploaded by:
Debian Deep Learning Team
Uploaded to:
Sid
Original maintainer:
Debian Deep Learning Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
debgpt_0.4.93.dsc 1.8 KiB b74c3829f28a7bc492fa5a7c1be4b80947400ca8754808eb9d38bc9e444e06c8
debgpt_0.4.93.tar.xz 22.3 KiB f5589674feb44e49c64da3e6dbd7eac930aa8daa70cb7b8fc0e55af4dc68cc70

No changes file available.

Binary packages built by this source

debgpt: Chatting LLM with Debian-Specific Knowledge

 Large language models (LLMs) are newly emerged tools, which are capable of
 handling tasks that traditional software could never achieve, such as writing
 code based on the specification provided by the user. In this tool, we
 attempt to experiment and explore the possibility of leveraging LLMs to aid
 Debian development, in any extent.
 .
 Essentially, the idea of this tool is to gather some pieces of
 Debian-specific knowledge, combine them together in a prompt, and then send
 them all to the LLM. This tool provides convenient functionality for
 automatically retrieving information from BTS, buildd, Debian Policy, system
 manual pages, tldr manuals, Debian Developer References, etc. It also provides
 convenient wrappers for external tools such as git, where debgpt can
 automatically generate the git commit message and commit the changes for you.
 .
 This tool supports multiple frontends, including OpenAI and ZMQ.
 The ZMQ frontend/backend are provided in this tool to make it self-contained.