improve car_negotiation notebook by installing modules first#62
improve car_negotiation notebook by installing modules first#62Huge wants to merge 1 commit intoacsresearch:mainfrom
Conversation
next I would integrate https://docs.python.org/3/library/getpass.html instead or parallel to dotenv here
|
Hi, thank you for your PR. I think that it is generally good idea; however I am afraid of the situation that someone is running a development version (installed through poetry as we recommend it) and then open this notebook in the git repository and rewrites its own environment by the stable version from pip. I have to think a little bit how to solve this situation. For the |
|
Yeah, that is a valid concern. After a few tries I have found Colab link in meanwhile. |
I would have a look to integrate https://docs.python.org/3/library/getpass.html instead of( or parallel to)
dotenvfor accessing the LLM API here, that should be easier to get started fast.