This commit is contained in:
gwen 2026-09-14 09:57:21 +02:00
parent 56769bb665
commit d2c20916e2
2 changed files with 17 additions and 1 deletions

View file

@ -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`

View file

@ -5,9 +5,12 @@
- [[UseCases]]
- [[Tasks]]
## content
## Description des expériences
- [[Experiments]]
## Discussions sur les LLMs
- [[ChoixLllm]]
- [[ChoixLllmAgentique]]
- [[HuggingFaceGettingStarted]]