add horizontal logo for light and dark themes

This commit is contained in:
Tom Brews Views
2023-07-06 19:18:53 +03:00
parent 2c4c7c485e
commit f1380df468
3 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
<div align="center">
<img src="./pics/Icon-7.png" alt="pr-agent_icon" width="100"/>
<div style="width: 250px;">
# pr-agent
![logo pr-agent dark](./pics/logo-dark.png#gh-dark-mode-only)
![logo pr-agent light](./pics/logo-light.png#gh-light-mode-only)
</div>
[![GitHub license](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/Codium-ai/pr-agent/blob/main/LICENSE)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label&color=purple)](https://discord.com/channels/1057273017547378788/1126104260430528613)
@ -284,11 +287,11 @@ Example for extended suggestion:
---
## How it works
![PR-Agent Tools](./pics/pr_agent_overview.png)
![PR-Agent Tools](./pics/pr_agent_overview.png)
Check out the [PR Compression strategy](./PR_COMPRESSION.md) page for more details on how we convert a code diff to a manageable LLM prompt
## Roadmap
- [ ] Support open-source models, as a replacement for openai models. Note that a minimal requirement for each open-source model is to have 8k+ context, and good support for generating json as an output

BIN
pics/logo-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
pics/logo-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB