Skip to content

Commit

Permalink
adjust orders of CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
reorx committed Apr 1, 2023
1 parent 394f8a1 commit 25db3d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,6 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso

## CLI

- [naming](https://github.com/davidleitw/naming)

naming is a command line tool that suggests intuitive and descriptive names for your functions and variables, improving the readability of your code. It uses ChatGPT API to generate program naming suggestions tailored to your code.

- [GPTerminator](https://github.com/AineeJames/ChatGPTerminator)

GPTerminator is a python package that provides a convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface.

- [bilingual\_book\_maker](https://github.com/yihong0618/bilingual_book_maker)

Make bilingual epub books Using AI translate. Original tweet [@yihong0618](https://twitter.com/yihong0618/status/1630948132564631552)
Expand Down Expand Up @@ -233,6 +225,14 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso

Command-line tool for crafting aesthetic, structured, and informative README.md files. Powered by OpenAI's language model API.

- [GPTerminator](https://github.com/AineeJames/ChatGPTerminator)

GPTerminator is a python package that provides a convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface.

- [naming](https://github.com/davidleitw/naming)

naming is a command line tool that suggests intuitive and descriptive names for your functions and variables, improving the readability of your code. It uses ChatGPT API to generate program naming suggestions tailored to your code.


## Chatbots

Expand Down

0 comments on commit 25db3d3

Please sign in to comment.