From 06b14a37b6753bc323281fb7b2411b6166eb050e Mon Sep 17 00:00:00 2001 From: Jayapal Sahadevan Date: Thu, 29 May 2025 00:06:39 +0530 Subject: [PATCH] Added my contributions to community-contributions - removed comment --- .../week1-day1-ollama-webpage-summarization.ipynb | 2 -- 1 file changed, 2 deletions(-) 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",