An open API service indexing awesome lists of open source software.

https://github.com/caiyunapp/consolechatgpt

ChatGPT simulator using OpenAI Official API text-davinci-003, but generated with proper prompt.
https://github.com/caiyunapp/consolechatgpt

Last synced: 2 months ago
JSON representation

ChatGPT simulator using OpenAI Official API text-davinci-003, but generated with proper prompt.

Awesome Lists containing this project

README

        

# ConsoleChatGPT
ChatGPT simulator using OpenAI Official API model: text-davinci-003, but generated with proper prompt.
ChatGPT 模拟器使用 OpenAI 官方 API 模型: text-davinci-003,但是通过适当的提示生成,其效果接近官方版本。

## Get your api key
visit https://platform.openai.com/account/api-keys

## How to start
```bash
export OPENAI_API_KEY=YOUR_KEY
python3 src/chat.py
```

![Feb-13-2023 00-07-06](https://user-images.githubusercontent.com/299962/218322403-6e7e768f-9b51-4151-8e93-b06f626ada3c.gif)

Screen Shot 2023-02-13 at 12 06 12 AM