Dan Hubbert

Results 1 comments of Dan Hubbert

> This is a quick hack to get around this. > > `test.py` > > ```python > from typing import Any, Optional > > from langchain.chat_models import ChatOpenAI > >...