Skip to content

Commit 4142017

Browse files
committed
Update README.md with new demo gif and instructions
1 parent 3591b77 commit 4142017

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A simple Python code that connects to OpenAI's ChatGPT and executes the returned
88

99
## Demo
1010

11-
![Demo](images/example.gif)
11+
![Demo](https://raw.githubusercontent.com/code-yeongyu/AiShell/master/images/example.gif)
1212

1313
## Key Features 💡
1414

@@ -31,24 +31,23 @@ aishell --help
3131

3232
## Prerequisites 📚
3333

34-
- Python 3.9.5
35-
- Poetry
36-
- OpenAI API Key
34+
- Python 3
35+
- OpenAI API Key or ChatGPT Account
3736

3837
## Getting Started 🚀
3938

4039
### For those who want to use reverse-engineered `ChatGPT`
4140

4241
1. Login on <https://chat.openai.com/>
4342
1. Get your 'accessToken` from <https://chat.openai.com/api/auth/session>
44-
1. `export CHATGPT_ACCESS_KEY=<your access token>`
43+
1. Set the API key as an environment variable `CHATGPT_ACCESS_KEY`
4544
1. Enjoy AiShell
4645

4746
### For those who want to use `GPT-3`
4847

4948
1. Create account on OpenAI
5049
1. Go to <https://platform.openai.com/account/api-keys>, Copy API key
51-
1. Set the API key as an environment variable `OPENAI_API_KEY` or inject it directly into the code by editing it.
50+
1. Set the API key as an environment variable `OPENAI_API_KEY`
5251
1. Enjoy AiShell
5352

5453
### For those who want to use Official ChatGPT API `gpt-3.5-turbo`

0 commit comments

Comments
 (0)