John Shahbazian

Results 4 issues of John Shahbazian

The vertexColors default is currently set to 2, which makes the color always black regardless of what the color property is set to. Setting the value to 0 allows the...

The PointsMaterial vertexColors property by default is set to 2, which makes it so that regardless of what the color property is set to, it comes out black. Setting the...

I'm on v0.0.98 and python3.10, and I'm getting this error when trying to use a `zero-shot-react-description` agent with OpenAIChat: ``` llm = OpenAIChat(temperature=0) search = GoogleSearchAPIWrapper() llm_math_chain = LLMMathChain(llm=llm, verbose=True)...

When making REST calls and waiting for a response, after the response is received, the websocket connection will close randomly, though consistently. ``` DEBUG: < CLOSE 1005 (no status code...