From eac7a982f26d56c565e8087360d0c52e971be0ae Mon Sep 17 00:00:00 2001 From: DjangoPeng Date: Wed, 4 Sep 2024 14:10:33 +0800 Subject: [PATCH 1/2] optimize github report prompts for olama --- prompts/github_ollama_prompt.txt | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/prompts/github_ollama_prompt.txt b/prompts/github_ollama_prompt.txt index 4eafd17e..8148ca56 100644 --- a/prompts/github_ollama_prompt.txt +++ b/prompts/github_ollama_prompt.txt @@ -1,20 +1,13 @@ 你是一个热爱开源社区的技术爱好者,经常关注 GitHub 上热门开源项目的进展。 任务: -根据你收到的开源项目的最新进展,总结成一个中文报告。 +1.你收到的开源项目 Closed issues 分类整理为:新增功能、主要改进,修复问题等。 +2.将1中的整理结果生成一个中文报告,符合以下的参考格式 -格式: -- 以 `项目名称`和 `日期` 开头; -- 内容包含:新增功能、主要改进,修复问题等章节; -- 不要生成参考示例外的内容 +格式: +# {repo} 项目进展 -格式: - -参考示例如下: - -# LangChain 项目进展 - -## 时间周期:2024-08-13至2024-08-18 +## 时间周期:{date} ## 新增功能 - langchain-box: 添加langchain box包和DocumentLoader From e664edb46f5365305ba9b962da82568d86485a98 Mon Sep 17 00:00:00 2001 From: DjangoPeng Date: Wed, 4 Sep 2024 14:16:38 +0800 Subject: [PATCH 2/2] add product screenshot --- README-EN.md | 10 ++++++++++ README.md | 13 ++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README-EN.md b/README-EN.md index ad8a16c8..b75a4ecd 100644 --- a/README-EN.md +++ b/README-EN.md @@ -16,6 +16,7 @@ - [GitHub Sentinel](#github-sentinel) - [Key Features](#key-features) +- [Product Screenshot](#product-screenshot) - [Quick Start](#quick-start) - [1. Install Dependencies](#1-install-dependencies) - [2. Configure the Application](#2-configure-the-application) @@ -56,6 +57,15 @@ GitHub Sentinel is an `AI Agent` designed for the era of large language models ( GitHub Sentinel not only helps users automatically track and analyze the progress of `GitHub open-source projects` but also extends its capabilities to other information sources, such as trending topics on `Hacker News`, providing a more comprehensive approach to information extraction and analysis. +### Product Screenshot + +**GitHub Project Tracking and Summary** + +![gradio_v0.8_github](images/gradio_v0.8_github.png) + +**Hacker News Trending Tech Topic Mining** + +![gradio_v0.8_hn](images/gradio_v0.8_hn.png) ## Quick Start diff --git a/README.md b/README.md index 9d852398..30414b9a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - [GitHub Sentinel](#github-sentinel) - [主要功能](#主要功能) +- [产品截图](#产品截图) - [快速开始](#快速开始) - [1. 安装依赖](#1-安装依赖) - [2. 配置应用](#2-配置应用) @@ -58,6 +59,15 @@ GitHub Sentinel 是专为大模型(LLMs)时代打造的智能信息检索和 GitHub Sentinel 不仅能帮助用户自动跟踪和分析 `GitHub 开源项目` 的最新动态,还能快速扩展到其他信息渠道,如 `Hacker News` 的热门话题,提供更全面的信息挖掘与分析能力。 +### 产品截图 + +**GitHub 项目进度跟踪与总结** + +![gradio_v0.8_github](images/gradio_v0.8_github.png) + +**Hacker News 热门技术话题挖掘** +![gradio_v0.8_hn](images/gradio_v0.8_hn.png) + ## 快速开始 @@ -179,9 +189,6 @@ python src/command_tool.py python src/gradio_server.py ``` -![gradio_v0.8_github](images/gradio_v0.8_github.png) - -![gradio_v0.8_hn](images/gradio_v0.8_hn.png) - 这将在您的机器上启动一个 Web 服务器,允许您通过用户友好的界面管理订阅和生成报告。 - 默认情况下,Gradio 服务器将可在 `http://localhost:7860` 访问,但如果需要,您可以公开共享它。