mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Merge pull request #17 from Codium-ai/readme-horizontal-logo
add horizontal logo for light and dark themes
This commit is contained in:
commit
c5f2abb548
3 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
[](https://github.com/Codium-ai/pr-agent/blob/main/LICENSE)
|
||||
[](https://discord.com/channels/1057273017547378788/1126104260430528613)
|
||||
|
|
@ -284,11 +287,11 @@ Example for extended suggestion:
|
|||
---
|
||||
|
||||
## How it works
|
||||

|
||||
|
||||

|
||||
|
||||
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
BIN
pics/logo-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
pics/logo-light.png
Normal file
BIN
pics/logo-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue