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]]