Miftah Plative

Results 2 comments of Miftah Plative
trafficstars

+1, seeing the same issue when using langchain only. Direct calls to Open AI works fine.

> `gpt-4` is always timing out for me (`gpt-3.5-turbo` works fine). Increasing the `request_timeout` helps: > > ``` > llm = ChatOpenAI(temperature=0, model_name=model, request_timeout=120) > ``` Increasing the timeout helped....