Week 4 : Using LLMs to translate Python Code to C++ compiled code-clear outputs

This commit is contained in:
The Top Dev
2025-10-23 16:59:41 +03:00
parent 2c6af4a783
commit cd18023ba4

View File

@@ -26,18 +26,9 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": null,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [],
{
"name": "stderr",
"output_type": "stream",
"text": [
"\u001b[2mResolved \u001b[1m267 packages\u001b[0m \u001b[2min 10ms\u001b[0m\u001b[0m\n",
"\u001b[2mAudited \u001b[1m243 packages\u001b[0m \u001b[2min 467ms\u001b[0m\u001b[0m\n"
]
}
],
"source": [ "source": [
"!uv add openai anthropic python-dotenv google-generativeai\n", "!uv add openai anthropic python-dotenv google-generativeai\n",
"#!pip install openai anthropic python-dotenv google-generativeai" "#!pip install openai anthropic python-dotenv google-generativeai"