AutoMagic currently supports Ollama, Google's Gemini and OpenAI large language models.
Select Settings, Configuration, AI and LLMs
from the main menu.
This will open the AI settings. AutoMagic supports multiple different AI models.
They can all be configured in the settings and the user can choose which AI model best fits the task when the AI is invoked.
Users will require permission to access the AI. There are two types of permission.
LLM
The allows access to all of the AI models in the configuration.LLM_FREE
Only allows access to models that are marked as free to use. There is a tick box on each AI configuration that denots weather an AI service is free or paid for.From the The AI configuration settings.
You will need an API key from The Google AI studio.
Gemini
gemini-2.0-flash
0
(Zero) You will need an API key from here, Get an API key here
OpenAI
o3-mini
0
(Zero) First you will need a working setup of Ollama and download one of the available models. You will need a model that supports Tooling, a list of supported models is available here.
Instructions for installing Ollama are available here
Ollama
ollama list
to get a list of the models you have installed.URL
, if you are running Ollama on your local computer the URL will look something like http://localhost:11434/
0
(Zero).The integration between AutoMagic and the supported language models allows the AI to extract data from the AutoMagic Database.
AutoMagic has various prompt end points that can interact with the AI. Currently most common use cases are:
For example, we could feed the AI a PDF or text order from a customer and ask it to extract the products and quantities the customer requires. The response can then be imported into AutoMagic as a New Sale
or Stock Order
.
Data is only share with the AI while you are accessing the prompt
. If you are not using the AI prompts directly, no data is shared.
Once we hand over data it will be up to the AI what it does with your data and for how long that data is retained.
AutoMagic has various tooling that the AI will can use to extract data from the AutoMagic database. The tools include, but are not limited to:
To allow the AI to reason about more complex tasks we share any necessary data about the task. This helps the AI to formulate a better response.