diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-02-15 21:03:35 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-02-15 21:03:35 +0100 |
| commit | 79c4c4e3dd0e3ca9ed859e7fc37a89f4fb6daf01 (patch) | |
| tree | ee2f3a794c1bb7a53fb5b3e331201f3bf6d955c9 /htroot/LLMSelection_p.html | |
| parent | b8387d451233965edabe556969d06ad3b53fc8b5 (diff) | |
fixed api-key handling
Diffstat (limited to 'htroot/LLMSelection_p.html')
| -rw-r--r-- | htroot/LLMSelection_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/LLMSelection_p.html b/htroot/LLMSelection_p.html index 493e91fc8..c94e4e85b 100644 --- a/htroot/LLMSelection_p.html +++ b/htroot/LLMSelection_p.html @@ -1222,7 +1222,7 @@ </dd> <dt class="TableCellDark">api_key</dt> - <dd><input type="text" name="apikey" id="apikey" value="" disabled=true size="30" maxlength="60" class="form-control"/> (not required for Ollama or LMStudio) + <dd><input type="text" name="apikey" id="apikey" value="" disabled=true size="30" maxlength="120" class="form-control"/> (not required for Ollama or LMStudio) </dd> <dt class="TableCellDark">max_tokens</dt> |
