Metadata-Version: 2.1
Name: cgpt
Version: 1.1.23
Summary: Use openai chat-gpt on your cli
Home-page: https://github.com/ainayves/cgpt>
Author: Aina Yves
Author-email: randrianaina.yves@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

![](https://komarev.com/ghpvc/?username=ainayves&color=blueviolet)

## Use openai chat-gpt on your cli
cgpt is a Python module that allows you to use Chat-GPT directly in your Terminal.

### REQUIREMENTS

- python >=3.7
- openai API KEY : 

You need to register on openai to receive your own api key , here : [api_key](https://platform.openai.com/account/api-keys).

### SETUP

```
pip install cgpt
```

### 🚀 RUN

```
cgpt tellme
```

### 🌞 NEW FEATURE : CGPT INSIDE A LOCAL NETWORK

Now , you can use cgpt inside a LAN. 

- You just need one Host (`connected to internet`) to be the server, and other Hosts (`not connected to internet`) can ALWAYS use Chat GPT.  

- NOTE : For now , a server must be launched inside a Linux computer . If the server is inside Windows , the server address is sometimes wrong (TODO for the next release). Also , Client can use their own Api_key in the next release.

### GITHUB

- [cgpt](https://github.com/ainayves/cgpt/)
