mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-22 15:07:41 +08:00
2c34e1ec10
* Strip model name before training * Handle options file for go2rtc option * Make reviewed optional and add null to API call * Send reviewed for dashboard * Allow setting context size for openai compatible endpoints * push empty go2rtc config to avoid homekit error in log * Add option to set runtime options for LLM providers * Docs --------- Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
24 lines
467 B
JSON
24 lines
467 B
JSON
{
|
|
"label": "Generative AI configuration.",
|
|
"properties": {
|
|
"api_key": {
|
|
"label": "Provider API key."
|
|
},
|
|
"base_url": {
|
|
"label": "Provider base url."
|
|
},
|
|
"model": {
|
|
"label": "GenAI model."
|
|
},
|
|
"provider": {
|
|
"label": "GenAI provider."
|
|
},
|
|
"provider_options": {
|
|
"label": "GenAI Provider extra options."
|
|
},
|
|
"runtime_options": {
|
|
"label": "Options to pass during inference calls."
|
|
}
|
|
}
|
|
}
|