CliDyn / climsight

prototype of a system that provide local climate information
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

- langchain=0.0.350 #38

Closed kuivi closed 5 months ago

kuivi commented 5 months ago

In the environment.yml, the version of langchain is explicitly defined as 0.0.350. In my case, it did not find ChatOpenAI (at from langchain.chat_models import ChatOpenAI), however, updating to version 0.1.14 resolved the issue. Is the any reason for the 0.1.14 /?

AntoniaJost commented 5 months ago

This was introduced by commit 98dc6d46982e9172548768d62fc562560fc4520c by @koldunovn. Maybe he can let us know what were the thoughts behind it.

koldunovn commented 5 months ago

It wasn't working at the time with latest OpenAi package. Please check the installation without it and iif it works, do PR to change it!