File tree Expand file tree Collapse file tree 2 files changed +17
-9
lines changed
Expand file tree Collapse file tree 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:
1212
1313
1414### Getting started
15- MacOS and Linux:
15+ MacOS and Linux (Homebrew) :
1616```
1717brew install gptscript-ai/tap/gptscript
1818gptscript github.com/gptscript-ai/llm-basics-demo
1919```
2020
21+ MacOS and Linux (install.sh):
22+ ```
23+ curl https://get.gptscript.ai/install.sh | sh
24+ ```
25+
2126Windows:
2227```
2328winget 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:
2020### Getting Started
2121
2222<Tabs >
23- <TabItem value="MacOS and Linux">
23+ <TabItem value="MacOS and Linux (Homebrew) ">
2424 ```shell
2525 brew install gptscript-ai/tap/gptscript
2626 gptscript github.com/gptscript-ai/llm-basics-demo
2727 ```
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 (Homebrew)">
30+ ```shell
31+ curl https://get.gptscript.ai/install.sh | sh
32+ gptscript github.com/gptscript-ai/llm-basics-demo
33+ ```
3134 </TabItem>
3235 <TabItem value="Windows">
3336 ```shell
3437 winget install gptscript-ai.gptscript
3538 gptscript github.com/gptscript-ai/llm-basics-demo
3639 ```
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.
4140 </TabItem>
4241</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