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
2 changes: 1 addition & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defaultContentLanguage = "en"
disableLanguages = ["de", "nl"]
defaultContentLanguageInSubdir = false

copyRight = "Copyright (c) 2025 InftyAI"
copyRight = "Copyright (c) 2026 InftyAI"

[build.buildStats]
enable = true
Expand Down
8 changes: 4 additions & 4 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,11 @@ <h2 class="h4"><a href="https://awesome-llmops.inftyai.com">Awesome-LLMOps</a></
</div>

<div class="col-lg-5">
<a href="https://github.com/InftyAI/alphatrion">
<a href="https://alphatrion.ai">
<img src="https://github.com/InftyAI/alphatrion/blob/main/site/images/alphatrion.png?raw=true"
alt="logo" style="width:185px;height:auto;">
</a>
<p>AlphaTrion is an open-source framework to help build GenAI applications, including experiment
tracking, adaptive model routing, prompt optimization and performance evaluation.</p>
<p>⚒️ The observability platform for agentic systems.</p>
</div>

<div class="col-lg-5">
Expand All @@ -66,7 +65,8 @@ <h2 class="h4"><a href="https://github.com/InftyAI/amrs">AMRS</a></h2>
</div>

<div class="col-lg-5">
<h2 class="h4"><a href="https://github.com/InftyAI/community">✨ Donation Plan</a></h2>
<h2 class="h4"><a href="https://github.com/InftyAI/community" style="color: #ffbf00;">✨ Donation
Plan</a></h2>
<p>🚀 Got a brilliant idea? Let's build something extraordinary together.
</p>
</div>
Expand Down
Loading