0.1.10 • Published 5 months ago

ai-commit-log v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

clog-ai

Example

示例可参照本项目的 commit log

Installation

npm install -g ai-commit-log

Usage

clog-ai init

then edit config file:

{
  "language": "zh or en",
  "azure_api_key": "xxxxx",
  "azure_deployment_id": "xxxx",
  "azure_base_url": "https://xxxxxxx.openai.azure.com",
  "azure_model": "gpt-3.5-turbo-16k",
  "azure_api_version": "2023-07-01-preview",
}

Run

git add . # git add files

clog-ai  # generate commit log only
clog-ai commit  # generate commit log and git commit 

Azure api

https://portal.azure.com/

首先免费申请 openai 服务,然后部署 gpt-3.5-turbo-16k 模型,最终将相关的配置写入配置文件

0.1.10

5 months ago

0.1.9

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago