First Setup
If no settings have been saved yet, the Settings screen appears first when you open the package.
If settings already exist, you may go directly to the Chat screen.
Machbase Connection
First, enter the Machbase Neo connection information.
Input fields:
HostPortUser IDPassword
This is the Machbase connection used by the LLM for query execution and dashboard creation.

API Keys & Endpoints
Next, enter the LLM provider information you want to use.
Supported entries:
ClaudeChatGPTGeminiOllama
Input method:
- Claude, ChatGPT, Gemini: enter an API key
- Ollama: enter a
base_url
You do not need to fill in every provider.
Only the providers you actually plan to use are required.
Where to find model information for each provider:
- Claude
- Check the
Claude API IDin the Anthropic Models documentation.
- Check the
- ChatGPT
- Check the
Model IDin the OpenAI Models documentation.
- Check the
- Gemini
- Check the model code in the Gemini Models documentation.
- Ollama
- Use the local model name exactly as downloaded with
ollama pull.
- Use the local model name exactly as downloaded with
Register Models
LLM Chat registers models separately for each provider.
Values entered in each row:
ProviderDisplay NameModel ID
For example, the visible label may be GPT-4.1, while the actual call uses the provider’s exact model ID.
Configuration tips:
- Use an easy-to-recognize name for Display Name.
- Use the exact value shown in the provider documentation for Model ID.
- For Ollama, use the name of the model you pulled locally.

Check Before Saving
The following conditions must be satisfied before settings can be saved.
- The Machbase connection fields are not empty
- Every added model row has both Display Name and Model ID filled in
- At least one provider is actually usable
If saving fails, the screen shows which input is missing or why the save could not be completed.
After Save
After saving the settings, the screen moves to Chat.
Later, you can open the Settings screen again from the Settings button in the lower-right area.