Skip to content

Commit f4078dd

Browse files
committed
Readme changes
1 parent 93b0c94 commit f4078dd

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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}}

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1+
<h1 align="center">ChatGPT Python SDK</h1>
2+
3+
<br />
14
<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>
26
<a href="https://pypi.python.org/pypi/chatgpt/"><img alt="PyPi" src="https://img.shields.io/pypi/v/chatgpt.svg?style=flat-square"></a>
37
<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>
48
</p>
59

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>
1310

1411
## Install or update
1512
```bash

0 commit comments

Comments
 (0)