Reverted modified files in week2/community-contributions

This commit is contained in:
Zoya Hammad
2025-03-14 11:04:19 +05:00
parent dbe489e22e
commit c69dd74cf7
5 changed files with 372 additions and 21 deletions

View File

@@ -43,7 +43,7 @@
"# Load environment variables in a file called .env\n",
"# Print the key prefixes to help with any debugging\n",
"\n",
"load_dotenv()\n",
"load_dotenv() \n",
"openai_api_key = os.getenv('OPENAI_API_KEY')\n",
"anthropic_api_key = os.getenv('ANTHROPIC_API_KEY')\n",
"google_api_key = os.getenv('GOOGLE_API_KEY')\n",
@@ -347,7 +347,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.11"
"version": "3.11.10"
}
},
"nbformat": 4,