ChatGPT constructor

ChatGPT()

Implementation

factory ChatGPT() {
  return _singleton;
}