Metadata-Version: 2.1
Name: go-chatgpt
Version: 0.0.3
Summary: Quick call to openai chatgpt api web page
Home-page: https://github.com/RedHeartSecretMan/go_chatgpt
Author: HaoDaXia
Author-email: wh18307094479@gmail.com
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Go ChatGPT


## Quick start
***「go_chatgpt」* 是一个快速调用 openai chatgpt api 的网页**

> ***「go_subtitle」 is a quick call to openai chatgpt api web page***



### Setup
**项目需要运行在包含 *[python3.8.16](https://www.python.org/downloads/release/python-3816/)* 的环境中**

> ***The project needs runs in an environment containing [python3.8.16](https://www.python.org/downloads/release/python-3816/)***

**建议通过 *[miniconda](https://docs.conda.io/en/latest/miniconda.html)* 安装 *python* 以便管理环境**

> **It is recommended to install python through *[miniconda](https://docs.conda.io/en/latest/miniconda.html)* to manage the environment**

```shell
# 安装python3.8版本
conda create -n chatgpt python=3.8 
```

**你可以通过下面的命令安装最新的版本**

> ***You can install the latest version using the following command***

```shell
# 从PyPI安装
pip install -U go_chatgpt

# 从GitHub安装
pip install git+https://github.com/RedHeartSecretMan/go_chatgpt.git
```

### End
**项目现在是一个可用的*demo*，计划在*23*年*6*月份左右完善**

> ***The project is now an available demo, which is planned to be completed around June in 23***
