This commit is contained in:
di-sukharev
2023-05-26 12:09:25 +08:00
parent 009462f92c
commit 4f57201e98
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -16272,7 +16272,7 @@ function G3(t, e2) {
// package.json // package.json
var package_default = { var package_default = {
name: "opencommit", name: "opencommit",
version: "2.0.18", version: "2.0.19",
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}", description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
keywords: [ keywords: [
"git", "git",
@@ -21685,7 +21685,7 @@ var [command, mode] = process.argv.slice(2);
if (!apiKey && command !== "config" && mode !== "set" /* set */) { if (!apiKey && command !== "config" && mode !== "set" /* set */) {
ae("opencommit"); ae("opencommit");
ce( ce(
"OCO_OPENAI_API_KEY is not set, please run `oc config set OCO_OPENAI_API_KEY=<your token>. Make sure you add payment details, so API works.`" "OCO_OPENAI_API_KEY is not set, please run `oco config set OCO_OPENAI_API_KEY=<your token>. Make sure you add payment details, so API works.`"
); );
ce( ce(
"For help look into README https://github.com/di-sukharev/opencommit#setup" "For help look into README https://github.com/di-sukharev/opencommit#setup"
+1 -1
View File
@@ -26973,7 +26973,7 @@ var [command, mode] = process.argv.slice(2);
if (!apiKey && command !== "config" && mode !== "set" /* set */) { if (!apiKey && command !== "config" && mode !== "set" /* set */) {
ae("opencommit"); ae("opencommit");
ce( ce(
"OCO_OPENAI_API_KEY is not set, please run `oc config set OCO_OPENAI_API_KEY=<your token>. Make sure you add payment details, so API works.`" "OCO_OPENAI_API_KEY is not set, please run `oco config set OCO_OPENAI_API_KEY=<your token>. Make sure you add payment details, so API works.`"
); );
ce( ce(
"For help look into README https://github.com/di-sukharev/opencommit#setup" "For help look into README https://github.com/di-sukharev/opencommit#setup"