deniercounter

Results 3 comments of deniercounter

4 month later: May be a typo? submit=(data)=>this.props.login(data).then(()=>this.props.**histroy**.push("/")) submit=(data)=>this.props.login(data).then(()=>this.props.**history**.push("/"))

I can confirm that clicking the "Get Started" button it is not working (Ubuntu 20.04, FF 97.0 (64-bit)) without giving a hint in my F12 console. besides: **Unexpected value NaN...

@fgabriel1891 Usually this comes if you dont import openai. Correct way: ```zsh from langchain.chat_models import ChatOpenAI import openai ```