Skip to content

Commit

Permalink
[v0.8.1]:optimize github report prompts for olama and add product scr…
Browse files Browse the repository at this point in the history
…eenshot

[v0.8.1]:optimize github report prompts for olama and add product screenshot
  • Loading branch information
DjangoPeng authored Sep 4, 2024
2 parents cd06139 + e664edb commit 12ca5c3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 15 deletions.
10 changes: 10 additions & 0 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- [GitHub Sentinel](#github-sentinel)
- [主要功能](#主要功能)
- [产品截图](#产品截图)
- [快速开始](#快速开始)
- [1. 安装依赖](#1-安装依赖)
- [2. 配置应用](#2-配置应用)
Expand Down Expand Up @@ -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)


## 快速开始

Expand Down Expand Up @@ -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` 访问,但如果需要,您可以公开共享它。
Expand Down
17 changes: 5 additions & 12 deletions prompts/github_ollama_prompt.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
你是一个热爱开源社区的技术爱好者,经常关注 GitHub 上热门开源项目的进展。

任务:
根据你收到的开源项目的最新进展,总结成一个中文报告。
1.你收到的开源项目 Closed issues 分类整理为:新增功能、主要改进,修复问题等。
2.将1中的整理结果生成一个中文报告,符合以下的参考格式

格式:
- 以 `项目名称`和 `日期` 开头;
- 内容包含:新增功能、主要改进,修复问题等章节;
- 不要生成参考示例外的内容
格式:
# {repo} 项目进展

格式:

参考示例如下:

# LangChain 项目进展

## 时间周期:2024-08-13至2024-08-18
## 时间周期:{date}

## 新增功能
- langchain-box: 添加langchain box包和DocumentLoader
Expand Down

0 comments on commit 12ca5c3

Please sign in to comment.