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 312373 and 327131

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 code generation,
 documentation writing, code editing, and more, far beyond the capabilities of
 traditional software.
 .
 To achieve that, DebGPT gathers relevant information from various sources like
 files, directories, and URLs, and compiles it into a prompt for the LLM.  It
 also supports Retrieval-Augmented Generation (RAG) using language embedding
 models. DebGPT supports a range of LLM service providers, both commercial and
 self-hosted, including OpenAI, Anthropic, Google Gemini, Ollama, LlamaFile,
 vLLM, and ZMQ (DebGPT's built-in backend for self-containment).
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).
--- 312373	Thu Jan  1 00:00:00 1970
+++ 327131	Thu Jan  1 00:00:00 1970
@@ -1,13 +1,12 @@
 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 code generation,
- documentation writing, code editing, and more, far beyond the capabilities of
- traditional software.
+ 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.  It
+ files, directories, and URLs, and compiles it into a prompt for the LLM.
- also supports Retrieval-Augmented Generation (RAG) using language embedding
+ DebGPT supports a range of LLM backends, both self-hosted and third-party,
- models. DebGPT supports a range of LLM service providers, both commercial and
+ including any OpenAI-API compatible service (via the `openai` frontend),
- self-hosted, including OpenAI, Anthropic, Google Gemini, Ollama, LlamaFile,
+ Anthropic, Google Gemini, and ZMQ (DebGPT's built-in backend).
- vLLM, and ZMQ (DebGPT's built-in backend for self-containment).