Skip to content

Commit

Permalink
📝 docs: 添加免费 AI 模型支持说明及新功能介绍
Browse files Browse the repository at this point in the history
- 在英文和中文文档中添加免费 AI 模型(智谱 AI 和 Gemini AI)的支持说明
- 补充免费额度和 API Key 获取链接
- 新增周报生成功能说明
  • Loading branch information
littleCareless committed Dec 13, 2024
1 parent 56c5c29 commit a7ff464
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ A VSCode extension for generating standardized Git/SVN commit messages using AI

A VSCode extension for generating standardized Git/SVN commit messages using AI. Supports OpenAI, Ollama, VSCode built-in AI services, Zhipu AI, DashScope, Gemini AI, and Doubao AI.

### 🆓 Free AI Model Support

- Zhipu AI (GLM-4-Flash)

- Free Quota: Fixed monthly free quota per account ([Rate limiting guidelines](https://open.bigmodel.cn/dev/howuse/rate-limits))
- [Get Zhipu API Key here](https://open.bigmodel.cn/usercenter/apikeys)

- Gemini AI (gemini-2.0-flash-exp)
- Free Quota: 10 RPM 1500 req/day
- [Get Gemini API Key here](https://makersuite.google.com/app/apikey)

## Features

### 🤖 Multi-Platform AI Support
Expand Down Expand Up @@ -64,6 +75,8 @@ Supports 19 languages including:

### 😄 Automatic Emoji Addition

### 📊 Weekly Report Generation

## 📋 Requirements

- VS Code 1.80.0+
Expand Down
11 changes: 11 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@

用 AI 辅助生成规范的 Git/SVN 提交信息的 VSCode 扩展。支持 OpenAI、Ollama、VSCode 内置 AI 服务、智谱 AI、DashScope、豆包 AI 和 Gemini AI。

### 🆓 免费 AI 模型支持

- 智谱 AI (GLM-4-Flash)

- 免费额度:每个账号每月有固定免费额度([速率限制指南](https://open.bigmodel.cn/dev/howuse/rate-limits))
- [点此获取智谱 API Key](https://open.bigmodel.cn/usercenter/apikeys)

- Gemini AI (gemini-2.0-flash-exp)
- 免费额度:每分钟 60 次请求
- [点此获取 Gemini API Key](https://makersuite.google.com/app/apikey)

## 功能特性

### 🤖 多平台 AI 支持
Expand Down

0 comments on commit a7ff464

Please sign in to comment.