litellm
litellm copied to clipboard
Add netmind model provider
trafficstars
Add netmind model provider
Relevant issues
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
- [x] I have Added testing in the
tests/litellm/directory, Adding at least 1 test is a hard requirement - see details - [x] I have added a screenshot of my new test passing locally
- [x] My PR passes all unit tests on (
make test-unit)[https://docs.litellm.ai/docs/extras/contributing_code] - [x] My PR's scope is as isolated as possible, it only solves 1 specific problem
Type
🆕 New Feature
Changes
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| litellm | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 9, 2025 6:46am |
Hi @anhuaxiang, thank you for your PR. Please follow the contribution guidelines
- Please add your mock test to
tests/litellm. Currently you've added real api calls intest_completion.py - Please share a screenshot of your mock test passing
- Please run all the tests inside
tests/litellm-> viamake test-unit
mock testing pass screenshot
resolved @krrishdholakia