I am getting better at integrating GPT-3 into a convenient workflow. Right now I actually just use the Playground as a web application, almost like it’s Google Docs or something, a place to write and generate ideas.
I have been using their built-in template “natural language to Python code”; it’s very good but I find myself wanting to ask key questions, such as “What does the Pandas method .concat() do if the Excel sheets have different headers?”
The Python code generator is trained on code but it just writes code, it doesn’t answer questions. The “QA” template answers questions, but it’s not trained on code like Codex is.
They also have a natural language code explainer, but not a code QA as far as I know. So, it’s not far away.
Can anybody provide a solid template for answering coding questions - trained on code like Codex, but geared towards natural language question-and-answer?