README ia.enso: curl example for /ollama/api/tags
**Motivations:** - Match documented full URL with verification command. **Root causes:** - N/A. **Correctifs:** - N/A. **Evolutions:** - Native Ollama curl check in README. **Pages affectées:** - deploy/nginx/README-ia-enso.md
This commit is contained in:
parent
4d35944de7
commit
a8a922f3e8
@ -127,6 +127,12 @@ curl -sS -o /dev/null -w "%{http_code}\n" \
|
|||||||
|
|
||||||
Attendu : **200** avec le bon secret ; **401** sans en-tête ou secret incorrect.
|
Attendu : **200** avec le bon secret ; **401** sans en-tête ou secret incorrect.
|
||||||
|
|
||||||
|
API native Ollama (même Bearer) :
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl -sS -H "Authorization: Bearer <secret>" https://ia.enso.4nkweb.com/ollama/api/tags
|
||||||
|
```
|
||||||
|
|
||||||
### AnythingLLM
|
### AnythingLLM
|
||||||
|
|
||||||
Navigateur : `https://ia.enso.4nkweb.com/anythingllm/` (redirection vers `/anythingllm/`). Connexion avec les identifiants **AnythingLLM**.
|
Navigateur : `https://ia.enso.4nkweb.com/anythingllm/` (redirection vers `/anythingllm/`). Connexion avec les identifiants **AnythingLLM**.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user