summaryrefslogtreecommitdiff
path: root/htroot/LLMSelection_p.html
AgeCommit message (Collapse)Author
2026-07-07fix for spelling in web pages, fixes in locale translations, addedMichael Peter Christen
missing pages in de-locale, removed translation for non-existing pages
2026-07-05better distinct between num_ctx and max_tokensMichael Peter Christen
2026-07-05setting max_tokens per modelMichael Peter Christen
2026-07-05enhanced download of models, updated model listMichael Peter Christen
2026-07-04added llm proxy servlet to augment the RAGProxyServlet with adminMichael Peter Christen
access. We need this to do remote LLM inference configuration.
2026-06-28added log report generator for recursive self-improvementMichael Peter Christen
2026-03-29Add thinking/tooling/vision/format model capability tests and suppress ↵Michael Peter Christen
thinking across LLM calls
2026-03-29Restore tool-enabled chat requests from persisted model capabilitiesMichael Peter Christen
2026-03-28enhanced tooling/vision testing: persisting all testsMichael Peter Christen
2026-03-28Respect persisted tooling capability for chat modelsMichael Peter Christen
2026-03-28more modelsMichael Peter Christen
2026-03-01added new modelsMichael Peter Christen
2026-02-15fixed api-key handlingMichael Peter Christen
2026-02-08added skill configuration: we present llm tools as "Skills" and makeMichael Peter Christen
them configurable in the YaCy GUI.
2026-01-08fixed bug in ai.production_models default value and replaced someMichael Peter Christen
outdated LLMs with new ones
2026-01-04increased default context sizeMichael Peter Christen
2026-01-03disabled narrow font in model selectionMichael Peter Christen
2025-12-06added build page for the AI labMichael Peter Christen
2025-11-29added fontsMichael Peter Christen
2025-11-24another recommended modelMichael Peter Christen
2025-11-23added chat front-end (stub, no connection to search yet)Michael Peter Christen
2025-11-15added automatical identification of tooling and vision features. The web ↵Michael Peter Christen
client just tests this.
2025-11-13renamed usage namedMichael Peter Christen
2025-11-11distinguish between usage columns and feature columns, added toolingMichael Peter Christen
2025-11-10design updates for LLMSelectionMichael Peter Christen
2025-11-10fixed persistence of LLMSelection production table eventsMichael Peter Christen
2025-11-10added persistence to production models tableMichael Peter Christen
2025-11-09more models in recommended models and production matrix definitionMichael Peter Christen
functions
2025-11-07refactoring - both model lists now tablesMichael Peter Christen
2025-11-07added buttons for model deletionMichael Peter Christen
2025-11-07refactoring the code to decluster into separate functions:Michael Peter Christen
api access, download activity, rendering functions
2025-11-07added download option for recommended models in LLMSelectionMichael Peter Christen
(this is still a stub)
2025-11-02LLM selection servlet (stub)Michael Peter Christen