ur-whitelab / BO-LIFT

BayesOpt + LIFT
65 stars 12 forks source link

Specifying LangChain version to avoid imcompatibility #56

Open maykcaldas opened 5 days ago

maykcaldas commented 5 days ago

Depending on the version of langchain/openai, the logprobs argument needs to be passed as kwargs or explicitly.

Currently, BO-LIFT 0.1.2 is compatible with langchain 0.3.1, langchain-openai 0.2.1, and openai 1.51.

TODO: constrain to these version or greater in the setup.py