TL;DR: GRACE (GPT Reprogrammable Assistant with Code Execution) leverages GPT-3 to implement a human-like chatbot that’s capable of retrieving information from a knowledge base and processing the customers’ requests via an API backend. It showcases how large language models can be made to interact with external systems for knowledge retrieval and performing actions in the real world. Check out the project’s GitHub repository. I’ve briefly dealt with chatbots in my NLP work, and it’s...