An open API service indexing awesome lists of open source software.

https://github.com/mrseanryan/gpt-graph-diff

Use LLM to describe a difference graph between versions of a compositional document (DOT graph).
https://github.com/mrseanryan/gpt-graph-diff

dot graph-summarization summarize summarizer

Last synced: 7 months ago
JSON representation

Use LLM to describe a difference graph between versions of a compositional document (DOT graph).

Awesome Lists containing this project

README

          

# gpt-graph-diff
Use an LLM to describe a difference graph between versions of a compositional document.

The LLM generates a summary of user operations, for audit or for source control commit message.

## local/self-hosted LLM

A self-hosted LLM seems a better proof of concept that simply using a public service like Open AI.

There is a quantized PoC [here](./local-llm-q/README.md)