[
{
"attributes": {
"max_length": 123,
"max_tokens": 123,
"metadata": {},
"min_length": 123,
"model_name": "<string>",
"repetition_penalty": 123,
"seed": 123,
"stop_words": [
"<string>"
],
"temperature": 123,
"top_k": 123,
"top_p": 123
},
"id": "<string>",
"type": "<string>"
}
]
Get a list of all LLM settings
[
{
"attributes": {
"max_length": 123,
"max_tokens": 123,
"metadata": {},
"min_length": 123,
"model_name": "<string>",
"repetition_penalty": 123,
"seed": 123,
"stop_words": [
"<string>"
],
"temperature": 123,
"top_k": 123,
"top_p": 123
},
"id": "<string>",
"type": "<string>"
}
]
Was this page helpful?