File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A simple Python code that connects to OpenAI's ChatGPT and executes the returned
8
8
9
9
## Demo
10
10
11
- ![ Demo] ( images/example.gif )
11
+ ![ Demo] ( https://raw.githubusercontent.com/code-yeongyu/AiShell/master/ images/example.gif)
12
12
13
13
## Key Features 💡
14
14
@@ -31,24 +31,23 @@ aishell --help
31
31
32
32
## Prerequisites 📚
33
33
34
- - Python 3.9.5
35
- - Poetry
36
- - OpenAI API Key
34
+ - Python 3
35
+ - OpenAI API Key or ChatGPT Account
37
36
38
37
## Getting Started 🚀
39
38
40
39
### For those who want to use reverse-engineered ` ChatGPT `
41
40
42
41
1 . Login on < https://chat.openai.com/ >
43
42
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 `
45
44
1 . Enjoy AiShell
46
45
47
46
### For those who want to use ` GPT-3 `
48
47
49
48
1 . Create account on OpenAI
50
49
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 `
52
51
1 . Enjoy AiShell
53
52
54
53
### For those who want to use Official ChatGPT API ` gpt-3.5-turbo `
You can’t perform that action at this time.
0 commit comments