File tree Expand file tree Collapse file tree 2 files changed +18
-21
lines changed Expand file tree Collapse file tree 2 files changed +18
-21
lines changed Original file line number Diff line number Diff line change 1
- name : Deploy to GitHub pages
2
- on :
3
- push :
4
- branches : [master]
5
- env :
6
- BUILD_FOLDER : ./docs
7
- jobs :
8
- build :
9
- runs-on : ubuntu-latest
10
- steps :
11
- - name : Deploy
12
- uses : JamesIves/github-pages-deploy-action@v4
13
- with :
14
- folder : ${{env.BUILD_FOLDER}}
1
+ # name: Deploy to GitHub pages
2
+ # on:
3
+ # push:
4
+ # branches: [master]
5
+ # env:
6
+ # BUILD_FOLDER: ./docs
7
+ # jobs:
8
+ # build:
9
+ # runs-on: ubuntu-latest
10
+ # steps:
11
+ # - name: Deploy
12
+ # uses: JamesIves/github-pages-deploy-action@v4
13
+ # with:
14
+ # folder: ${{env.BUILD_FOLDER}}
Original file line number Diff line number Diff line change
1
+ <h1 align =" center " >ChatGPT Python SDK</h1 >
2
+
3
+ <br />
1
4
<p align =" center " >
5
+ <a href="https://github.com/labteral/chatgpt-python/issues"><img alt="PyPi" src="https://img.shields.io/github/issues/labteral/chatgpt-python.svg?style=flat-square"></a>
2
6
<a href="https://pypi.python.org/pypi/chatgpt/"><img alt="PyPi" src="https://img.shields.io/pypi/v/chatgpt.svg?style=flat-square"></a>
3
7
<a href="https://github.com/labteral/chatgpt-python/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/github/license/labteral/chatgpt-python.svg?style=flat-square"></a>
4
8
</p >
5
9
6
- <h3 align =" center " >
7
- <b>ChatGPT Python SDK</b>
8
- </h3 >
9
-
10
- <p align =" center " >
11
- <a href="https://www.buymeacoffee.com/brunneis" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="35px"></a>
12
- </p >
13
10
14
11
## Install or update
15
12
``` bash
You can’t perform that action at this time.
0 commit comments