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.
- Host: GitHub
- URL: https://github.com/caiyunapp/consolechatgpt
- Owner: caiyunapp
- Created: 2023-02-12T15:42:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T16:09:11.000Z (over 2 years ago)
- Last Synced: 2025-01-27T08:12:58.673Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```