You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
4
4
[中文说明](/README-cn.md)
5
5
6
-
Ghost in the Shell powered by ChatGPT
6
+
Ghost in the Shell powered by OpenAI.
7
7
8
-
**Aoi** is an AI-based conversational agent powered by ChatGPT. With Aoi, you can have natural language conversations with an AI in the terminal that can understand your queries and execute appropriate commands.
8
+
With Aoi, you can have natural language conversations with an AI in the terminal that can understand your queries and execute appropriate commands.
9
9
10
10
## Features
11
11
You can use Aoi as a terminal version of ChatGPT, Besides, Aoi comes with several built-in features that can help you be more productive:
@@ -26,17 +26,29 @@ You can download Aoi from the GitHub [release page](https://github.com/shellfly/
26
26
go install github.com/shellfly/aoi@latest
27
27
```
28
28
29
+
### OpenAI API Key
29
30
Set your OpenAI API key as an environment variable, and then run the `aoi` command.
30
31
31
32
```bash
32
-
export OPENAI_API_KEY=<your_api_key>
33
+
export OPENAI_API_KEY={your_api_key}
34
+
33
35
aoi
34
36
```
35
-
If necessary, you can also customize the OpenAI API BASE URL as an environment variable.
37
+
38
+
### OpenAI API Base URL
39
+
If needed, you can also customize the OpenAI API BASE URL as an environment variable.
0 commit comments