Error
A valid request URL is required to generate request examples[
{
"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>"
}
]{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}llm-settings
List all LLM settings
Get a list of all LLM settings
GET
/
llm-settings
Error
A valid request URL is required to generate request examples[
{
"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>"
}
]{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}Was this page helpful?
⌘I