Joseff Betancourt

Results 9 comments of 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',...

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)

?sslmode=require at the end of the db url may be the difference. I haven't tested this yet but its the only thing different that I can tell from the db...

I'm having the same issue. GH is working for login but looks like session is not setting as when I goto /api/auth/session it returns {} Home page actually says to...

I had these problems AFTER I would do one successful import. All subsequent wold have these types of issues. I solved it by deleting the old action fbx, then also...