Skip to content
cpu

GitHub Action

AI Blog Writer

v0.1.0 Pre-release

AI Blog Writer

cpu

AI Blog Writer

Boost Your Blogging Efficiency with GitHub Actions and AI Blog Writer

Installation

Copy and paste the following snippet into your .yml file.

              

- name: AI Blog Writer

uses: whimzyLive/ai-writer@v0.1.0

Learn more about this action in whimzyLive/ai-writer

Choose a version

AI Blog Writer - Powered by ChatGPT

Using as a Github Actions

Action Inputs

Name Description Example Required
topic-files List of Files to a topic or description - separated by comma nextjs/fundamentals.md ☑️
output-dir .temp .out default - .out

Environment variables

Name Description Example Required
OPENAI_API_KEY API key to access the hosted GPT model XXXXXX ☑️
OPENAI_API_TYPE API type - value must be one of 'azure', 'azure_ad 'open_ai' default - open_api
OPENAI_API_BASE API base url to locate GPT model https://<your-model>.openai.azure.com/ ☑️
OPENAI_ENGINE name of the deployed model gh-blog-writer-gpt-35-turbo ☑️