name | String | The name of the LLM | [optional] |
version | String | The vendor-specific version of the LLM | [optional] |
notes | String | Notes on the LLM implementation | [optional] |
role | RoleEnum | the user role to set for the target LLM | [optional] |
provider | ProviderEnum | | [optional] |
apiType | ApiTypeEnum | | [optional] |
initialPrompt | String | the initial prompt to instruct the LLM how to behave | [optional] |
apiKey | String | the api-key to access the llm | [optional] |
credential | String | the user name to access the LLM | [optional] |
credentialPassword | String | the password to access the LLM | [optional] |
temperature | Float | the amount of desired variance or non-determinism in the result | [optional] |
url | String | the URL to connect to the LLM api | [optional] |
requestParameters | String | request parameters to send to the service | [optional] |
meta | String | metadata in any text format to be used in client code | [optional] |
id | UUID | Unique identifier for object in the system | [optional] |
ownerId | UUID | UUID of owner of the object in the system | [optional] |
createdDate | OffsetDateTime | Date of object creation | [optional] |
keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
lastAccessedById | UUID | Last user to access object | [optional] |
lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |