diff options
| author | Michael Peter Christen <mc@yacy.net> | 2025-11-29 01:46:47 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2025-11-29 01:46:47 +0100 |
| commit | 98f9c7c40706dc56e4d03525b91357e64c6de713 (patch) | |
| tree | c3b620342c11d5b2c15c6e439b9df155ff14846b /htroot/LLMSelection_p.html | |
| parent | b3e8b25398d89933f3de4a8ba0ba723ac27d1651 (diff) | |
added fonts
Diffstat (limited to 'htroot/LLMSelection_p.html')
| -rw-r--r-- | htroot/LLMSelection_p.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/htroot/LLMSelection_p.html b/htroot/LLMSelection_p.html index c6de7cb5b..ae607fafa 100644 --- a/htroot/LLMSelection_p.html +++ b/htroot/LLMSelection_p.html @@ -416,6 +416,7 @@ ]; columnValues.forEach(value => { const td = document.createElement("td"); + td.className = "narrow"; td.textContent = value; tr.appendChild(td); }); @@ -1149,16 +1150,16 @@ <td>api_key</td> <td>max_tokens</td> - <td>search-answers <span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model creates answers for search requests</span></span></td> - <td>chat <span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model is used in the chat interface and as default for the RAG proxy</span></span></td> - <td>translation <span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model can be used to make translations of the web UI</span></span></td> - <td>classification <span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model is used to classify prompts to find out what they demand</span></span></td> - <td>search-query <span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model produces search queries to YaCy search from prompts in RAG or chat</span></span></td> - <td>qa-pairs <span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model can be used to produce query-answer pairs which enhance search from chat prompts</span></span></td> - <td>tldr-shortener <span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model is used to make summaries from web content</span></span></td> + <td class="narrow">search-answers<br/><span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model creates answers for search requests</span></span></td> + <td class="narrow">chat<br/><span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model is used in the chat interface and as default for the RAG proxy</span></span></td> + <td class="narrow">translation<br/><span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model can be used to make translations of the web UI</span></span></td> + <td class="narrow">classification<br/><span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model is used to classify prompts to find out what they demand</span></span></td> + <td class="narrow">search-query<br/><span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model produces search queries to YaCy search from prompts in RAG or chat</span></span></td> + <td class="narrow">qa-pairs<br/><span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model can be used to produce query-answer pairs which enhance search from chat prompts</span></span></td> + <td class="narrow">tldr-shortener<br/><span class="info"><img src="env/grafics/i16.gif" width="16" height="16" alt="info"/><span>This model is used to make summaries from web content</span></span></td> - <td><i>tooling</i></td> - <td><i>vision</i></td> + <td>tooling</td> + <td>vision</td> <td>Actions</td> </tr> </thead> |
