added BingChain
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user