updating financial analyst code

This commit is contained in:
Shiv Konar
2025-09-10 08:01:22 +01:00
parent 05ce428f51
commit 5a0c3ad064

View File

@@ -1,5 +1,26 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "4a9842d0-2465-4c0a-9f08-3c23f4202c3a",
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"from dotenv import load_dotenv\n",
"from IPython.display import Markdown, display\n",
"from openai import OpenAI"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7fcfe08c-d074-41f5-befe-24358c967e1b",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
@@ -43,6 +64,22 @@
"\n",
"display(Markdown(response.choices[0].message.content))"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "12d6642e-a4d4-49c7-a14b-8c8200dd210c",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "d5fccacf-ddb4-4076-87cc-0ffe6a4d64a4",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {