Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Greptile SummaryThis PR adds a new entry to the OSS Adopters section of Confidence Score: 4/5Safe to merge after updating the This is a one-line documentation change with no code impact. The only issue is the generic README.md — the
|
| Filename | Overview |
|---|---|
| README.md | Adds a new OSS adopter logo to the table; the image alt attribute is set to the placeholder value "image" instead of the actual company name. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md OSS Adopters Table] --> B[Existing entries: Stripe, Google ADK, Greptile, OpenHands, Netflix, OpenAI Agents SDK]
A --> C[New entry added: unknown company logo\nalt='image' - placeholder needs update]
C --> D{alt attribute}
D -->|Current: 'image'| E[❌ Generic - accessibility issue]
D -->|Should be: Company Name| F[✅ Descriptive - consistent with other entries]
Reviews (1): Last reviewed commit: "Update README.md" | Re-trigger Greptile
| <table> | ||
| <tr> | ||
| <td><img height="60" alt="Stripe" src="https://github.com/user-attachments/assets/f7296d4f-9fbd-460d-9d05-e4df31697c4b" /></td> | ||
| <td><img height="60" alt="image" src="https://github.com/user-attachments/assets/436fca71-988b-40bb-b5fe-8450c80fdbd0" /></td> |
There was a problem hiding this comment.
Relevant issues
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/test_litellm/directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit@greptileaiand received a Confidence Score of at least 4/5 before requesting a maintainer reviewDelays in PR merge?
If you're seeing a delay in your PR being merged, ping the LiteLLM Team on Slack (#pr-review).
CI (LiteLLM team)
Branch creation CI run
Link:
CI run for the last commit
Link:
Merge / cherry-pick CI run
Links:
Type
🆕 New Feature
🐛 Bug Fix
🧹 Refactoring
📖 Documentation
🚄 Infrastructure
✅ Test
Changes