Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/app/integrations/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default async function Page() {
<IntegrationCard name="OpenAI" imageSrc="/tools/enthusiast/img/integrations/openai.png" href="/integrations/openai/" />
<IntegrationCard name="Ollama" imageSrc="/tools/enthusiast/img/integrations/ollama.png" href="/integrations/ollama/" />
<IntegrationCard name="Azure OpenAI" imageSrc="/tools/enthusiast/img/integrations/azure-openai.png" href="/integrations/azure-openai/" />
<IntegrationCard name="Anthropic" imageSrc="/tools/enthusiast/img/integrations/anthropic.png" href="/integrations/anthropic/" />
<IntegrationCard name="Google Gemini" imageSrc="/tools/enthusiast/img/integrations/gemini.png" href="/integrations/gemini/" />
<IntegrationCard name="Mistral" imageSrc="/tools/enthusiast/img/integrations/mistral.png" href="/integrations/mistral/" />
</Cards>
Expand Down
5 changes: 5 additions & 0 deletions docs/content/integrations/anthropic.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import Integration from "@/components/integration";

export const envVariables = ["ANTHROPIC_API_KEY"]

<Integration name="Anthropic" integrationKey="anthropic" pipName="enthusiast-model-anthropic" registerLanguageModelModule="enthusiast_model_anthropic.AnthropicLanguageModelProvider" envVariables={envVariables} description="Use Anthropic's Claude models as the language model for your agents. Note: Anthropic does not provide an embeddings API, so this integration must be paired with another provider that supports embeddings (e.g. OpenAI)." />
Binary file added docs/public/img/integrations/anthropic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading