diff --git a/docs/getting-started/introduction.mdx b/docs/getting-started/introduction.mdx index 1b14e3a..108dac7 100644 --- a/docs/getting-started/introduction.mdx +++ b/docs/getting-started/introduction.mdx @@ -1,12 +1,12 @@ --- title: Introduction -description: 'The open-source language model computer.' +description: "The open-source language model computer." --- thumbnail The 01 project is an open-source ecosystem for artificially intelligent devices. @@ -41,4 +41,10 @@ poetry install poetry run 01 ``` +You will need an Open AI API key or you will have to run 01 with the --local option + +```bash +poetry run 01 --local +``` + _Disclaimer:_ The current version of 01OS is a developer preview