Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
ollama [2024/08/03 13:45] jango |
ollama [2025/01/30 16:25] (aktuell) jango |
||
---|---|---|---|
Zeile 27: | Zeile 27: | ||
Start ollama | Start ollama | ||
< | < | ||
+ | // with debug output | ||
+ | ollama serve | ||
+ | |||
+ | // in background | ||
start /B ollama serve >NUL 2>&1 | start /B ollama serve >NUL 2>&1 | ||
- | ollama run llama3 | ||
</ | </ | ||
< | < | ||
set /p content=< | set /p content=< | ||
- | ollama run llama3.1 " | + | ollama run llama3 " |
</ | </ | ||
Zeile 39: | Zeile 42: | ||
< | < | ||
curl http:// | curl http:// | ||
- | " | + | " |
" | " | ||
}' | }' | ||
Zeile 47: | Zeile 50: | ||
< | < | ||
curl http:// | curl http:// | ||
- | " | + | " |
" | " | ||
{ " | { " | ||
Zeile 67: | Zeile 70: | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// |