Skip to content
Snippets Groups Projects

Barebones nebular Chat

Merged Quentin Ulmer requested to merge 8-ollama-chat-frontend_backend-anbindung into Dev
20 files
+ 476
10
Compare changes
  • Side-by-side
  • Inline
Files
20
+ 7
0
#!/bin/bash
ollama serve &
sleep 5
# Start the Ollama service in the background
ollama run phi3:mini &
# Keep the container running
tail -f /dev/null
Loading