chore(repo): add a description field on GitHub (currently null despite 34k stars)
Author: chirag127Created Jul 4, 2026Updated Jul 4, 2026
Ask
The GitHub repo description field is empty:
$ curl -s https://api.github.com/repos/chenfei-wu/TaskMatrix | jq .description
nullResult: on github.com/chenfei-wu the repo card has no one-liner, and search-engine snippets show only the raw file tree instead of a summary.
Suggestion
The README opens with:
TaskMatrix connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting.
That sentence works well as the description. Setting can be done via gh or the Settings page:
gh repo edit chenfei-wu/TaskMatrix --description "Connects ChatGPT with Visual Foundation Models for sending/receiving images during chat (Visual ChatGPT — arxiv.org/abs/2303.04671)."Also nice to add on same trip
- Topics (empty):
chatgpt,visual-foundation-models,stable-diffusion,segment-anything,grounding-dino,multimodal - Homepage URL: link to the arxiv paper or HF Space
Thanks for the great work on TaskMatrix!
Source: chenfei-wu/TaskMatrix