Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions notebooks/car_negotiation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down