From cc98443f6cc512c25e711054c63eacfa912db1f6 Mon Sep 17 00:00:00 2001 From: Vladimir Prelovac Date: Thu, 4 Sep 2025 06:40:30 -0700 Subject: [PATCH] Update README.md --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 6f67980d3768d632781e71c2fc7cd76d3a955b40..17c5da1f7f015fb1a0026e8241c6a30cf785ef9f 100644 --- a/README.md +++ b/README.md @@ -156,27 +156,6 @@ docker ps -a | ask "Which containers are using the most memory?" - OpenRouter API key (get one at [openrouter.ai](https://openrouter.ai)) - Set as environment variable: `OPENROUTER_API_KEY` -### Missing dependencies -```bash -# Check for required tools -which curl jq bc - -# Install on macOS -brew install jq bc - -# Install on Ubuntu/Debian -sudo apt-get install jq bc -``` - -### No response or errors -```bash -# Test with verbose curl output -curl -v https://openrouter.ai/api/v1/chat/completions \ - -H "Authorization: Bearer $OPENROUTER_API_KEY" \ - -H "Content-Type: application/json" \ - -d '{"model":"google/gemini-2.5-flash","messages":[{"role":"user","content":"test"}]}' -``` - ## License MIT