Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ func (r *ModelReconciler) ReconcileModel(ctx context.Context, model *inferencev1

### Communication Channels

- **Discord**: [Join the community](https://discord.gg/Ktz85RFHDv) — real-time chat, support, and contributor coordination
- **GitHub Issues**: Bug reports, feature requests
- **GitHub Discussions**: [Q&A, ideas, general discussion](https://github.com/defilantech/LLMKube/discussions)

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License">
</a>
<img src="https://img.shields.io/github/go-mod/go-version/defilantech/LLMKube" alt="Go Version">
<a href="https://discord.gg/Ktz85RFHDv">
<img src="https://img.shields.io/badge/Discord-Join%20us-5865F2?logo=discord&logoColor=white" alt="Discord">
</a>
</p>

<p>
<a href="#quick-start">Quick Start</a> &bull;
<a href="#the-metal-agent">Metal Agent</a> &bull;
<a href="#how-is-this-different">Why LLMKube?</a> &bull;
<a href="#performance">Benchmarks</a> &bull;
<a href="ROADMAP.md">Roadmap</a>
<a href="ROADMAP.md">Roadmap</a> &bull;
<a href="https://discord.gg/Ktz85RFHDv">Discord</a>
</p>

</div>
Expand Down Expand Up @@ -345,6 +349,7 @@ We welcome contributions. See [CONTRIBUTING.md](CONTRIBUTING.md) for the full gu

## Community

- **Chat:** [Discord](https://discord.gg/Ktz85RFHDv)
- **Bug reports & features:** [GitHub Issues](https://github.com/defilantech/LLMKube/issues)
- **Questions & discussion:** [GitHub Discussions](https://github.com/defilantech/LLMKube/discussions)
- **Roadmap:** [ROADMAP.md](ROADMAP.md)
Expand Down