a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 327131 and 302697

Description: General Purpose Terminal LLM Tool with Some Debian-Specific Design
 DebGPT is a lightweight terminal tool designed for everyday use with Large
 Language Models (LLMs), aiming to explore their potential in aiding
 Debian/Linux development. The possible use cases include general language
 understanding and editing, code generation, writing documentation, code
 editing, and more as you can imagine.
 .
 To achieve that, DebGPT gathers relevant information from various sources like
 files, directories, and URLs, and compiles it into a prompt for the LLM.
 DebGPT supports a range of LLM backends, both self-hosted and third-party,
 including any OpenAI-API compatible service (via the `openai` frontend),
 Anthropic, Google Gemini, and ZMQ (DebGPT's built-in backend).
Description: 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.
--- 327131	Thu Jan  1 00:00:00 1970
+++ 302697	Thu Jan  1 00:00:00 1970
@@ -1,12 +1,17 @@
-General Purpose Terminal LLM Tool with Some Debian-Specific Design
- DebGPT is a lightweight terminal tool designed for everyday use with Large
- Language Models (LLMs), aiming to explore their potential in aiding
- Debian/Linux development. The possible use cases include general language
- understanding and editing, code generation, writing documentation, code
- editing, and more as you can imagine.
+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.
  .
- To achieve that, DebGPT gathers relevant information from various sources like
+ Essentially, the idea of this tool is to gather some pieces of
- files, directories, and URLs, and compiles it into a prompt for the LLM.
+ Debian-specific knowledge, combine them together in a prompt, and then send
- DebGPT supports a range of LLM backends, both self-hosted and third-party,
+ them all to the LLM. This tool provides convenient functionality for
- including any OpenAI-API compatible service (via the `openai` frontend),
+ automatically retrieving information from BTS, buildd, Debian Policy, system
- Anthropic, Google Gemini, and ZMQ (DebGPT's built-in backend).
+ 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.