Skip to content

Commit d3fac88

Browse files
apartsinclaude
andcommitted
fix: resolve 70 ruff lint errors + add Provider Keys guide
- Fix 64 unused import warnings (F401) via ruff --fix - Fix 2 unused variable assignments (F841) manually - Add noqa comments for 4 intentional E402 (module-level imports after alias) - Create docs/guides/ProviderKeys.md with signup instructions for all 22 providers - Add "22 providers" badge to README - All 1,893 tests pass, ruff check clean Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0a8bf64 commit d3fac88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+554
-70
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<a href="https://github.com/ApartsinProjects/ModelMesh/actions/workflows/codeql.yml"><img src="https://github.com/ApartsinProjects/ModelMesh/actions/workflows/codeql.yml/badge.svg" alt="CodeQL"></a>
1717
<a href="https://apartsinprojects.github.io/ModelMesh/"><img src="https://img.shields.io/badge/docs-GitHub%20Pages-blue" alt="Documentation"></a>
1818
<a href="docs/guides/FAQ.md"><img src="https://img.shields.io/badge/FAQ-21%20questions-orange" alt="FAQ"></a>
19+
<a href="docs/guides/ProviderKeys.md"><img src="https://img.shields.io/badge/providers-22%20supported-8A2BE2" alt="22 Providers"></a>
1920
</p>
2021

2122
---
@@ -192,6 +193,7 @@ Ten reasons to add ModelMesh to your next project.
192193
| **[System Services](docs/SystemServices.md)** | Runtime objects: Router, Pool, Model, State |
193194
| **[Proxy Guide](docs/guides/ProxyGuide.md)** | Deploy as OpenAI-compatible proxy: Docker, CLI, config, browser access |
194195
| **[AI Agent Integration](docs/ForAIAgent.md)** | Guide for AI coding agents (Claude Code, Cursor, etc.) to integrate ModelMesh |
196+
| **[Provider Keys Guide](docs/guides/ProviderKeys.md)** | How to obtain API keys for all 22 providers |
195197
| **[Troubleshooting](docs/guides/Troubleshooting.md)** | Common issues and solutions |
196198

197199
### CDK (Connector Development Kit)

0 commit comments

Comments
 (0)