Skip to content

Commit

Permalink
link to GH and docs in dev tools (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
fontanierh authored Nov 14, 2023
1 parent 5f49b9d commit e223fe3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions front/pages/w/[wId]/a/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { useRouter } from "next/router";
import { useState } from "react";
import { useSWRConfig } from "swr";

import { A } from "@app/components/home/contentComponents";
import AI21Setup from "@app/components/providers/AI21Setup";
import AnthropicSetup from "@app/components/providers/AnthropicSetup";
import AzureOpenAISetup from "@app/components/providers/AzureOpenAISetup";
Expand Down Expand Up @@ -463,6 +464,16 @@ export default function Developers({
icon={CommandLineIcon}
description="Design and deploy custom large language model apps with access to your data sources and other service providers."
/>
<Page.P variant="secondary">
You can access Dust's services{" "}
<A>
<Link href="https://docs.dust.tt">through our API.</Link>
</A>{" "}
Our code is open source and available on{" "}
<A>
<Link href="https://github.com/dust-tt">GitHub.</Link>
</A>
</Page.P>
<Page.SectionHeader
title="Apps"
description="Your Large Language Model apps."
Expand Down

0 comments on commit e223fe3

Please sign in to comment.