diff --git a/week1/community-contributions/week1-day1-ollama-webpage-summarization.ipynb b/week1/community-contributions/week1-day1-ollama-webpage-summarization.ipynb index 95e6c32..3df7751 100644 --- a/week1/community-contributions/week1-day1-ollama-webpage-summarization.ipynb +++ b/week1/community-contributions/week1-day1-ollama-webpage-summarization.ipynb @@ -35,8 +35,6 @@ "load_dotenv(override=True)\n", "api_key = os.getenv('OPENAI_API_KEY')\n", "\n", - "# Check the key\n", - "\n", "if not api_key:\n", " print(\"No API key was found - please head over to the troubleshooting notebook in this folder to identify & fix!\")\n", "elif not api_key.startswith(\"sk-proj-\"):\n",