Joseff Betancourt
Joseff Betancourt
Thanks! But I guess I found a new bug... the Preference screen doesn't pop up (at all). I'll try deleting then reinstalling via app store. Update: no luck on reinstall....
I Second to just use the POST /api/v1/login = Api_Auth_Controller->login method. I also do this in my middle-ware router (your pre-flight?) to handle any custom headers ``` $this->fw->copy('HEADERS.Origin','CORS.Origin'); $this->fw->set('CORS.Origin','*'); $this->fw->set('CORS.headers',['token','content-type',...
third that.
Not a quick-start per say but close enough: https://devforth.io/blog/gpt-j-is-a-self-hosted-open-source-analog-of-gpt-3-how-to-run-in-docker/
I too have a question on how to train the dataset, specifically can we set GPT-J to learn from it's interactions?
I get same thing on MacOsX Sierra (Public Beta Final)