Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma committed Feb 6, 2023
1 parent 09f06e2 commit e8bf781
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ Auto-generate code about target data using **ChatGPT**. For example, conversion
etc..
<img src="https://user-images.githubusercontent.com/6661165/216978343-0c1cbedb-e709-4501-8068-deca12e805b0.gif" width=800 />



Export APIKey of OpenAI to `OPENAI_API_KEY`.\
Get APIKey URL: https://platform.openai.com/account/api-keys

Expand Down
2 changes: 1 addition & 1 deletion libs/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export class GenerateAction {
}
} catch (e) {
console.log(
Colors.red(e.message)
Colors.red(e.message),
);
Deno.exit(1);
}
Expand Down

0 comments on commit e8bf781

Please sign in to comment.