This project fetches GitHub issues from a given repository and uses Groq’s LLM (Mixtral-8x7B) via LangChain to generate enhanced issue descriptions. The goal is to make issue summaries clearer and more structured for better readability.
-- Fetches the first 5 open issues from a GitHub repository. -- Uses Groq’s LLM to improve issue descriptions. -- Outputs a clean and structured summary of each issue.