You are viewing a single comment's thread from:

RE: Chatbots

I have wrapped the OpenAI GPT3 api into a ChatBot using Python for cmd.

On personal use case it's very helpful vs scouring Google for answers. It's fast and easy. Just make sure to append all previous lines to make it "remember" the context. Free tier do have limited tokens.