Open maykcaldas opened 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
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