Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eymen-elkum committed Jul 6, 2024
2 parents 67c80b1 + c0ec713 commit 15a2a7a
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/espocrm-extensions/espocrm-ai/features/ai-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ profile for the Lead entity type that defines the behavior of the AI engine when
1. Navigate to **Administration** -> **AI Profiles**.
2. Click **Create**.
3. Enter a name for the AI profile.
4. Select the provider (Gemini - OpenAI - Ollama). (Optional)
4. Select the provider (Gemini - OpenAI - Ollama - Anthropic). (Optional)
5. Enter the context to be sent to the AI before the prompt is sent.

### Parameters:
Expand Down
3 changes: 2 additions & 1 deletion docs/espocrm-extensions/espocrm-ai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

**Ebla AI** supports both of Ollama, Gemini and OpenAI, a step to bring the power of AI to your EspoCRM.
**Ebla AI** supports both of Ollama, Gemini, Anthropic and OpenAI, a step to bring the power of AI to your EspoCRM.
Ebla AI provides a range of AI-driven features, like generating email messages, stream comments suggestions and custom formula functions.
Enhances communication, lead management, and workflow automation.

Expand All @@ -27,4 +27,5 @@ Enhances communication, lead management, and workflow automation.
- [Setup OpenAI](providers/openai-setup.md)
- [Setup Gemini](providers/gemini-setup.md)
- [Setup Ollama](providers/ollama-setup.md)
- [Setup Anthropic](providers/anthropic-setup.md)
- [Access control](features/access-control.md)
17 changes: 17 additions & 0 deletions docs/espocrm-extensions/espocrm-ai/providers/anthropic-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Anthropic Integration Setup

## API Setup

1. Go to [Anthropic](https://console.anthropic.com/settings/keys) and sign in to your account.
2. Click "Create Key" to generate a new API key.
3. Give it a name then click "Create Key".
![img.png](../../../_static/images/espocrm-extensions/ai/providers/anthropic/setup-1.png)
4. Copy the API key.

## EspoCRM Setup

1. Navigate to **Administration** -> **Integrations** -> **Anthropic**.
2. Paste the API key obtained from OpenAI into API Key field.
3. Choose the default model you want to use.

![img.png](../../../_static/images/espocrm-extensions/ai/providers/anthropic/setup-2.png)
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@

1. Navigate to **Administration** -> **Integrations** -> **Gemini**.
2. Paste the API key obtained from Gemini into API Key field.
3. Choose the default model you want to use.

![img.png](../../../_static/images/espocrm-extensions/ai/providers/gemini/setup-1.png)
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

1. Navigate to **Administration** -> **Integrations** -> **Ollama**.
2. Paste the API Base URL.
3. Choose the default model you want to use.

![setup-0.png](../../../_static/images/espocrm-extensions/ai/providers/ollama/setup-0.png)

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@

1. Navigate to **Administration** -> **Integrations** -> **OpenAI**.
2. Paste the API key obtained from OpenAI into API Key field.
3. Choose the default model you want to use.

![img.png](../../../_static/images/espocrm-extensions/ai/providers/openai/setup-0.png)

0 comments on commit 15a2a7a

Please sign in to comment.