File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build :
10
10
runs-on : ubuntu-latest
11
+ permissions :
12
+ contents : write
11
13
12
14
strategy :
13
15
matrix :
14
16
node-version : [18.x]
15
17
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16
18
19
+ name : Build
17
20
steps :
18
21
- uses : actions/checkout@v3
19
22
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 25
25
node-version : [18.x]
26
26
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
27
27
28
- name : Deploy
28
+ name : Test
29
29
steps :
30
30
- uses : actions/checkout@v3
31
31
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ LICENSE] ( https://img.shields.io/github/license/ilyydy/cf-openai )] ( https://github.com/ilyydy/cf-openai/blob/main/LICENSE )
4
4
[ ![ ci test] ( https://github.com/ilyydy/cf-openai/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/ilyydy/cf-openai/actions/workflows/test.yml )
5
+ [ ![ CodeQL] ( https://github.com/ilyydy/cf-openai/actions/workflows/github-code-scanning/codeql/badge.svg )] ( https://github.com/ilyydy/cf-openai/actions/workflows/github-code-scanning/codeql )
5
6
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
6
7
7
8
基于 Cloudflare Worker 代理访问 OpenAI API 的服务,目前支持微信公众号(同时多个)接入
8
9
10
+ - [ cf-openai] ( #cf-openai )
11
+ - [ 基本要求] ( #基本要求 )
12
+ - [ Cloudflare Worker 部署] ( #cloudflare-worker-部署 )
13
+ - [ Cloudflare 界面部署] ( #cloudflare-界面部署 )
14
+ - [ Github Action 部署] ( #github-action-部署 )
15
+ - [ 本地命令行部署] ( #本地命令行部署 )
16
+ - [ 微信公众号接入配置] ( #微信公众号接入配置 )
17
+ - [ 可用命令] ( #可用命令 )
18
+ - [ OpenAI 配置] ( #openai-配置 )
19
+ - [ 已知问题] ( #已知问题 )
20
+
9
21
## 基本要求
10
22
11
23
- 注册 OpenAI 账号,创建复制 API key
You can’t perform that action at this time.
0 commit comments