Skip to content

Commit e04ed9c

Browse files
committed
Merge branch 'main' into gh-pages
2 parents 3372328 + 5d7dfe3 commit e04ed9c

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,24 @@ <h6 class="px-3 card-text"> - <i>By Microsoft</i></h6>
20632063
</div>
20642064
</div>
20652065

2066+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
2067+
<div class="card p-3 text-center">
2068+
<div class="text-center">
2069+
<a href="https://github.com/langroid/langroid" class="mx-2" target="_blank">
2070+
<img class="card-img-top p-3" src="static/image/logos/langroid.png" alt="Langroid">
2071+
</a>
2072+
</div>
2073+
<figure class="mb-0 mt-2">
2074+
<blockquote class="blockquote">
2075+
<p>An intuitive, lightweight, extensible and principled Python framework to easily build LLM-powered applications.</p>
2076+
</blockquote>
2077+
<hr class="my-2">
2078+
<figcaption class="blockquote-footer mb-0 mt-2 text-muted">
2079+
Harness LLMs with Multi-Agent Programming
2080+
</figcaption>
2081+
</figure>
2082+
</div>
2083+
</div>
20662084
</div>
20672085
</div>
20682086
<!--End of LLM, Gen-AI, & Agents-->
@@ -3998,7 +4016,7 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
39984016
tagCloudContainer.innerHTML = '';
39994017

40004018
const minFontSize = 0.7;
4001-
const maxFontSize = 1.0;
4019+
const maxFontSize = 0.9;
40024020
const maxCount = Math.max(...Object.values(categoryCounts));
40034021
const minCount = Math.min(...Object.values(categoryCounts));
40044022

static/image/logos/langroid.png

80.9 KB
Loading

0 commit comments

Comments
 (0)