GenAI Configuration
You can configure GenAI connection details through Kyvos Manager. The default configurations are auto-populated, and you can modify these settings as needed.
To configure the GenAI connection, perform the following steps:Â
On the navigation pane, click Kyvos and Ecosystem > GenAI Configuration.
The page displays information about the GenAI Configuration connection details.Enter details as:
Parameter/Field | Description |
---|---|
Enable | Click this checkbox to enable GenAI connection details. |
Connection Name | A unique name that identifies your GenAI connections. |
Provider | The name of the GenAI provider the system will use to generate output. |
URL | The URL of the provider-specific endpoint for generating output. |
Authentication Key | A unique key for authenticating and authorizing requests to the provider's endpoint. |
Model | The name of the GenAI LLM model used to generate the output. |
Temperature | Configures temperature, controlling randomness. Lowering it results in less random completions. As the temperature approaches zero, the model becomes deterministic and repetitive. It is recommended to alter either this or top p, but not both.
|
Maximum length | Specifies the maximum number of tokens shared between the prompt and output, which varies by model. One token is roughly four characters for English text.
|
Top P | Controls diversity via nucleus sampling. If set to 0.5, half of all likelihood-weighted options are considered. It is recommended to adjust either this or the temperature parameter, but not both.
|
Frequency penalty | Specifies a number between -2.0 and 2.0. Positive values penalize new tokens based on their frequency in the existing text. This reduces the likelihood of the model repeating the same line verbatim.
|
Presence penalty | Specifies a number between -2.0 and 2.0. Positive values penalize new tokens based on their appearance in the text so far, thereby increasing the model's likelihood of discussing new topics.
|
Click Save.
Copyright Kyvos, Inc. All rights reserved.