UNPKG

@usman_khan/smart-commit

Version:

SmartCommit uses AI or other intelligent methods to optimize the commit process, which could be appealing to developers who want to improve their efficiency.

8 lines (6 loc) 181 B
const AI_MODEL = { CODE_DAVINCI_002: "code-davinci-002", TEXT_DAVINCI_003: "text-davinci-003" }; const MODEL = AI_MODEL.TEXT_DAVINCI_003 module.exports = { AI_MODEL,MODEL}