added BingChain

This commit is contained in:
Abhimanyu Rana
2023-05-15 21:49:47 +05:30
parent b34b0161a0
commit d9bac21e4c
4 changed files with 19 additions and 150 deletions
+13
View File
@@ -41,4 +41,17 @@ const { href, title, body } = Astro.props;
border: 1px solid var(--border);
}
.link-card:is(:hover, :focus-within) h6 {}
.tag {
background-color: var(--background-selected);
padding: 2px 8px;
border-radius: 24px;
display: inline-block;
color: var(--text-secondary);
margin-top: var(--spacing-08);
}
.code {
font-size: var(--desktop-caption);
line-height: var(--lh-desktop-caption);
font-family: var(--system-ui);
}
</style>
+5
View File
@@ -332,6 +332,11 @@ import "@new-ui/spacings";
title="AutoRegex"
body="Effortless conversions from English to RegEx."
/>
<Card
href="https://github.com/postman-open-technologies/bingchain/?ref=riseofmachine"
title="BingChain"
body="Langchain/AutoGPT alternative in ~300 lines of core code."
/>
<Card
href="https://www.buildt.ai/?ref=riseofmachine"
title="Buildt"