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:40] jango |
ollama [2025/01/30 16:25] (aktuell) jango |
||
|---|---|---|---|
| Zeile 25: | Zeile 25: | ||
| </ | </ | ||
| + | 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=< | ||
| + | ollama run llama3 | ||
| </ | </ | ||
| Zeile 33: | Zeile 42: | ||
| < | < | ||
| curl http:// | curl http:// | ||
| - | " | + | " |
| " | " | ||
| }' | }' | ||
| Zeile 41: | Zeile 50: | ||
| < | < | ||
| curl http:// | curl http:// | ||
| - | " | + | " |
| " | " | ||
| { " | { " | ||
| Zeile 61: | Zeile 70: | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||