GPT-3
So basically OpenAI has a new language generator....
Does repl support this?
Is this even ethical?
How do I implement this?
Philipuss
Why not? If they give you the API...
SixBeeps
Depends. Is is an API? Is it a package? Is it even fully implemented?
I mean it's just an API you can access from anywhere. After you create an account, you get $18 I think in free credit to spend for three months, after which you have to pay per 1k tokens. It's pretty affordable. However, they're super clamped down in terms of what you can/cannot do with it, since they don't want AI to take over the world, so you can't do a lot of stuff with it. Check their TOS for more info regarding what you can/cannot do. In terms of ethics, it really depends on what you're doing with the AI. If you want to implement it check their docs. If you're looking for a free /complete open source solution, for small-scale things, check out GPT-Neo on Huggingface Transformers.