Added my contributions to community-contributions - removed comment
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user