Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
[![Discord](https://img.shields.io/badge/Discord-Join-5865F2?logo=discord&logoColor=white)](https://discord.gg/gaEB9BQSPH)
[![Docker Pulls](https://img.shields.io/docker/pulls/enterpilot/gomodel)](https://hub.docker.com/r/enterpilot/gomodel)
[![Go Version](https://img.shields.io/github/go-mod/go-version/ENTERPILOT/GoModel)](https://github.com/ENTERPILOT/GoModel/blob/main/go.mod)
[![Hacker News](https://img.shields.io/badge/Hacker%20News-Apr%2021%20%2726%20%7C%20%234-brightgreen?logo=ycombinator&logoColor=white)](https://news.ycombinator.com/item?id=47849097)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick | 🔵 Trivial

Consider removing the blank line for consistency.

The existing badges (lines 3-7) have no blank lines separating them. This blank line creates inconsistent spacing in the badge section.

✨ Suggested formatting adjustment
 [![Hacker News](https://img.shields.io/badge/Hacker%20News-%234%20front%20page-ff6600?logo=ycombinator&logoColor=white)](https://news.ycombinator.com/item?id=47849097)
-
 [![GoModel on Hacker News](https://hackerbadge.vercel.app/api?id=47849097)](https://news.ycombinator.com/item?id=47849097)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
[![Hacker News](https://img.shields.io/badge/Hacker%20News-%234%20front%20page-ff6600?logo=ycombinator&logoColor=white)](https://news.ycombinator.com/item?id=47849097)
[![GoModel on Hacker News](https://hackerbadge.vercel.app/api?id=47849097)](https://news.ycombinator.com/item?id=47849097)
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 9, Remove the extra blank line that separates the badge
block from the following content in the README (i.e., delete the empty line
immediately after the badges section so the badges on lines 3–7 are followed
directly by the next paragraph), keeping badge spacing consistent with the rest
of the file.

[![GoModel on Hacker News](https://hackerbadge.vercel.app/api?id=47849097)](https://news.ycombinator.com/item?id=47849097)

Comment thread
greptile-apps[bot] marked this conversation as resolved.
A high-performance AI gateway written in Go, providing a unified OpenAI-compatible API for OpenAI, Anthropic, Gemini, xAI, Groq, OpenRouter, Z.ai, Azure OpenAI, Oracle, Ollama, and more.

Expand Down
Loading