Skip to main content

Settings

Account / User settings​

The software offers no multi-user capabilities in its default setting. Please get in contact with us if you need a multi-user installation.

  • Design

    The design can be switched between dark and light on a per-user basis.

  • Language

    You can override the browser-based language detection and choose one yourself.

System settings​

These are global settings that are in effect for every user. Each settings field is explained directly next to the input.

GPT4All / Ollama API endpoint​

Cocosplate supports Ollama and GPT4All which can usually be installed in Windows, Mac and Linux environments. Other systems with a compatible API may also be working.

Ollama​

To use Ollama as an AI service you need the host and port the language model is accepting connections. The default for an installation on the same system is:

API Address
localhost:11434

You won't need an API key here, Cocosplate will query the endpoint and detect the installed model.

GPT4All​

GPT4all requires an additional setup step to be able to connect to system and use the language model

API Address
localhost:8491

An API key is not needed for Ollama as well.

Prompt template​

The right prompt template actually depends on the language model that is queried. This is an optional global setting affecting all requests that use the particular endpoint.

Two variables are replaced by the input ${prompt.user} and optionally the system prompt ${prompt.system}.

Please refer to prompt template for a more detailed explanation. The setting is also directly available in Question Answering control and allows to specify the template in a less global context.