File tree 2 files changed +17
-9
lines changed
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,17 @@ Here are some sample use cases of GPTScript:
12
12
13
13
14
14
### Getting started
15
- MacOS and Linux:
15
+ MacOS and Linux (Homebrew) :
16
16
```
17
17
brew install gptscript-ai/tap/gptscript
18
18
gptscript github.com/gptscript-ai/llm-basics-demo
19
19
```
20
20
21
+ MacOS and Linux (install.sh):
22
+ ```
23
+ curl https://get.gptscript.ai/install.sh | sh
24
+ ```
25
+
21
26
Windows:
22
27
```
23
28
winget install gptscript-ai.gptscript
Original file line number Diff line number Diff line change @@ -20,23 +20,26 @@ Here are some sample use cases of GPTScript:
20
20
### Getting Started
21
21
22
22
<Tabs >
23
- <TabItem value="MacOS and Linux">
23
+ <TabItem value="MacOS and Linux (Homebrew) ">
24
24
```shell
25
25
brew install gptscript-ai/tap/gptscript
26
26
gptscript github.com/gptscript-ai/llm-basics-demo
27
27
```
28
- A few notes:
29
- - You'll need an [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)
30
- - The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability.
28
+ </TabItem>
29
+ <TabItem value="MacOS and Linux (install.sh)">
30
+ ```shell
31
+ curl https://get.gptscript.ai/install.sh | sh
32
+ gptscript github.com/gptscript-ai/llm-basics-demo
33
+ ```
31
34
</TabItem>
32
35
<TabItem value="Windows">
33
36
```shell
34
37
winget install gptscript-ai.gptscript
35
38
gptscript github.com/gptscript-ai/llm-basics-demo
36
39
```
37
- A few notes:
38
- - You'll need an [OpenAI API key](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)
39
- - After installing gptscript you may need to restart your terminal for the changes to take effect
40
- - The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability.
41
40
</TabItem>
42
41
</Tabs >
42
+ A few notes:
43
+ - You'll need an [ OpenAI API key] ( https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key )
44
+ - On Windows, after installing gptscript you may need to restart your terminal for the changes to take effect
45
+ - The above script is a simple chat-based assistant. You can ask it questions and it will answer to the best of its ability.
You can’t perform that action at this time.
0 commit comments