🤖 Phi-3 Mini Setup Script ========================== 🔍 Checking Phi-3 Mini connection... Testing: http://localhost:8000/v1/chat/completions ... ❌ Failed Testing: http://localhost:8000/chat/completions ... ❌ Failed Testing: http://localhost:8000/api/v1/chat/completions ... ❌ Failed Testing: http://localhost:8000/generate ... ❌ Failed Testing: http://localhost:8000/ ... ❌ Failed ❌ Could not connect to Phi-3 Mini! Please make sure: 1. Phi-3 Mini is running 2. It's accessible on localhost:8000 3. The API endpoint is correct Common Phi-3 Mini startup commands: - ollama serve (if using Ollama) - python -m phi3_serve (if using direct Python) - docker run -p 8000:8000 phi3-mini (if using Docker)