Skip to main content
AI tools

The tool allows users to send data received from the previous steps to AI.

Manuel Bernal avatar
Written by Manuel Bernal
Updated over a week ago

The AI tool allows you to send data received from the previous steps to AI. Our AI Tool is powered by OpenAI Large language model (LLMs). Therefore there is no need to add or connect your Open AI account.

To work with the AI Built-in Tool, simply add the tool to the automation in-between steps.

The AI tool is only available on Albato paid plans, so it cannot be used on a trial plan.

The tool will debit 1 transaction for every 250 tokens spent in the response (result). Token rounding is always upwards: i.e. if the response from OpenAI is 240 tokens then 1 transaction will be charged, if the response is 270 tokens then 2 transactions will be charged, etc.

The tool step is added to the automation as the other steps - by clicking on the '+'.

Here is an example of one use case: in the Slack work channel, managers can send messages to AI and receive responses back through automation:


Example of how to fill in the tool fields:


In the settings, you need to:

  • Choose the model

  • Fill in the Prompt field

  • Set the maximum number of tokens the tool can use in the answer

  • Choose answer temperature

Which AI models are available:

GPT-3 models can understand and generate natural language. Open AI offers four main models with different levels of power, suitable for different tasks. Davinci is the most capable model and Ada is the fastest.

MODEL

DESCRIPTION

MAXIMUM REQUEST

SUGGESTED USE AREA

text-DaVinci-003

The most productive model. Can perform any task that other models can, often with higher quality, longer output, and better instruction execution. It also supports the insertion of add-ons in text.

4000 tokens

Complex tasks, conclusions, explanations and code generation

text-curie-001

Very capable, faster and cheaper than Davinci.

2048 tokens

Text analysis, categorization, address correction, key term extraction

text-babbage-001

For a quick solution of simple tasks with minimal costs.

2048 tokens

Moderate classification, semantic search classification

text-ada-001

This is the fastest model for very simple tasks at the lowest cost.

2048 tokens

Text translation, complex classification, tone of text, conclusions


Finished! The tool Setup is now complete.

Did this answer your question?