From b68a8c1a0ec847b6f1cf5360968a5458e3c08a3a Mon Sep 17 00:00:00 2001 From: Huge Date: Tue, 31 Oct 2023 11:07:43 +0100 Subject: [PATCH] improve car_negotiation notebook by installing modules first next I would integrate https://docs.python.org/3/library/getpass.html instead or parallel to dotenv here --- notebooks/car_negotiation.ipynb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/notebooks/car_negotiation.ipynb b/notebooks/car_negotiation.ipynb index c52d9ee..78f1235 100644 --- a/notebooks/car_negotiation.ipynb +++ b/notebooks/car_negotiation.ipynb @@ -12,6 +12,18 @@ "Note that you need to have the LLM API keys [stored in an `.env` file](https://github.com/theskumar/python-dotenv#getting-started) (recommended), or as environmetn variables." ] }, + { + "cell_type": "code", + "source": [ + "!pip install python-dotenv langchain interlab" + ], + "metadata": { + "id": "mXY_cQyUJfXL" + }, + "id": "mXY_cQyUJfXL", + "execution_count": null, + "outputs": [] + }, { "cell_type": "code", "execution_count": null,