From d2c20916e2030bbf1150865bd4fd4a6f60e0834c Mon Sep 17 00:00:00 2001 From: gwen Date: Mon, 14 Sep 2026 09:57:21 +0200 Subject: [PATCH] clean --- doc/Experiments.md | 13 +++++++++++++ doc/index.md | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/Experiments.md b/doc/Experiments.md index b8d5a9e..4dfd862 100644 --- a/doc/Experiments.md +++ b/doc/Experiments.md @@ -32,6 +32,19 @@ Tests des LLM plus légers: The group name for the HTTPS Proxy variables is "manual.https_proxy". ``` +- les LLM agentiques: le modèle maternion/minicpm5:2b + + ça fonctionne pas mal du tout. Le temps de réponse est rapide, + mais il passe pas mal de temps en inner thougts (très verbeux en inner thoughts) + donc ça fait perdre du temps. + +``` +>>> what is the HTTPS Proxy variables' group name ? +The HTTPS Proxy variables belong to the group **`manual.https_proxy`** (as indicated by the path in the documentation). This group is located under the "Manual proxy +configuration" section. +``` + + ## installation de ollama `curl https://ollama.ai/install.sh | sh` diff --git a/doc/index.md b/doc/index.md index 2b51812..0c805ce 100644 --- a/doc/index.md +++ b/doc/index.md @@ -5,9 +5,12 @@ - [[UseCases]] - [[Tasks]] -## content +## Description des expériences - [[Experiments]] + +## Discussions sur les LLMs + - [[ChoixLllm]] - [[ChoixLllmAgentique]] - [[HuggingFaceGettingStarted]]