Added my contributions to community-contributions - removed comment

This commit is contained in:
Jayapal Sahadevan
2025-05-29 00:06:39 +05:30
parent d17ac1c546
commit 06b14a37b6

View File

@@ -35,8 +35,6 @@
"load_dotenv(override=True)\n", "load_dotenv(override=True)\n",
"api_key = os.getenv('OPENAI_API_KEY')\n", "api_key = os.getenv('OPENAI_API_KEY')\n",
"\n", "\n",
"# Check the key\n",
"\n",
"if not api_key:\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", " 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", "elif not api_key.startswith(\"sk-proj-\"):\n",