UNPKG

@mazaherimahdi/gptcommit

Version:

A tool for creating commit messages using GPT-3

7 lines (6 loc) 187 B
"use strict"; class ConfigNotFound extends Error { constructor() { super('You have not configured GptCommit yet. Please run gptCommit config to configure GptCommit'); } }