...
Before you can start, an AI backend needs to be configured. Depending on your license, by default PIPEFORCE comes with it’s own built-in AI backend . The secret name of this is which uses the default secret ai-default-secret
.
If you do not specify otherwise, this AI backend secret is used by default in any AI conversation.
But you can switch this default backend or use multiple AI backends in parallel. To do so, you have to configure the credentials and settings for those AI backends as secrets of type secret-text and place a JSON into the secret value which has a structure like this:
...