Local chatbot testing.

This commit is contained in:
2025-11-24 22:27:47 +00:00
parent 457abd23e7
commit 8a4db1b7f9
6 changed files with 1536 additions and 1 deletions

11
test/clean.sh Executable file
View File

@@ -0,0 +1,11 @@
# Clean up any existing containers
docker stop ollama-deepseek ollama 2>/dev/null
docker rm ollama-deepseek ollama 2>/dev/null
# Check what's using port 11434
sudo netstat -tulpn | grep 11434
# If something else is using it, stop that process or use:
sudo lsof -i :11434
# Kill the process if it's not needed, or use a different port