How to setup LLM connections

To use LLMs, you have to set up connections to providers of models. For now, we offer by default a connection for the API of OpenAI and Anthropic.

The view below shows the overview of the currently defined connections. A connection has to be connectable. To make a connection that is based on an API connectable, you need to set the API key. See Adding an OpenAI API key or Adding an Anthropic API key for how to do that.

The connection set as default is the one that is picked up when instantiating a chat without specifying the connection (right click on any of them and click on Make default to make them the default connector):

Once you created a default connection, test it at Playing with LLMs.