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
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
42411 . Login on < https://chat.openai.com/ >
43421 . 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 `
45441 . Enjoy AiShell
4645
4746### For those who want to use ` GPT-3 `
4847
49481 . Create account on OpenAI
50491 . 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 `
52511 . Enjoy AiShell
5352
5453### 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