/llm-write

CLI for Automated article writing

Primary LanguagePythonMIT LicenseMIT

LLM-Write (powered by GPT-3) ✍️

LLM make writing an article brazing fast 🔥.

PyPi:

LLM-Write Demo

🔭 Overview

  • This app is built with GPT-3.
  • LLM-Write is the CLI tool for Intractive Automated Article Writing.
  • You can create articles, just answer the questions.
  • Since the language is specified in the LLM prompt and LLM is allowed to generate the text, it could theoretically be used in a variety of languages.
    • However, the supported languages in the shell messages are only English and Japanese.

🏃 Installation

pip install llmwrite

💻 Usage

# Set Environment "OPENAI_API_KEY"
export OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxx

# Run
llmwrite
? Language? <Select Language>
# ...(Lots of questions come in to the interactive.)